16 lines
570 B
PHP
16 lines
570 B
PHP
<?php
|
|
///////
|
|
// SVMM - Simple VM Manager - For Qemu KVM
|
|
// (C) Chris Dorman, GPL v3 (2013-2020)
|
|
// https://github.com/Pentium44/SVMM
|
|
// Version: 1.0
|
|
///////
|
|
|
|
$svmmtitle = "FreeBox"; // 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."; // platform description
|
|
$domain = "vps.cddo.cf"; // where is SSB operating?
|
|
$version = "1.0"; // version
|
|
$maxvm = "100"; // max vm count
|
|
|
|
?>
|