1234567891011121314151617 |
- <?php
- ///////
- // SVMM - Simple VM Manager - For Qemu KVM
- // (C) Chris Dorman, GPL v3 (2013-2020)
- // https://github.com/Pentium44/SVMM
- // Version: 1.3
- ///////
- $svmmtitle = "SVMM"; // SM title
- $desc = "Nimble, open-source, and flexible Qemu-KVM VM management panel <br />With a fresh account, you'll be able to create your own free VPS, and 1 is available per user."; // Description
- $domain = "https://example.com/svmm/"; // where is SSB operating?
- $version = "1.3"; // version
- $panelpass = "svmmregisterpass"; // Password to register a new user
- $maxvm = "100"; // max vm count
- ?>
|