SVMM/config.php

16 lines
985 B
PHP

<?php
///////
// SVMM - Simple VM Manager - For Qemu KVM
// (C) Chris Dorman, GPL v3 (2013-2020)
// https://github.com/Pentium44/SVMM
// Version: 1.1
///////
$svmmtitle = "Simple VM Manager"; // SM title
$desc = "Simple, ad-free, yet flexible VPS hosting platform to the user; for the user! " . $svmmtitle . " is powered by SVMM.<br /><br />With a fresh account, you'll be able to create your own free VPS, and 1 is available per user. Each VM is monitored for inappropriate network traffic. Mining scripts, torrenting, seedboxes, proxy servers, and copywritten content without proper ownership is strictly forbidden on these servers. VM security is left to the user and is to be taken seriously! Root passwords MUST be changed when first generating your VM. Malicious findings will result in the removal of your user account and your VM!"; // Description
$domain = "https://hosting.cddo.cf"; // where is SSB operating?
$version = "1.1"; // version
$maxvm = "50"; // max vm count
?>