config.php 581 B

1234567891011121314151617
  1. <?php
  2. ///////
  3. // SVMM - Simple VM Manager - For Qemu KVM
  4. // (C) Chris Dorman, GPL v3 (2013-2020)
  5. // https://github.com/Pentium44/SVMM
  6. // Version: 1.3
  7. ///////
  8. $svmmtitle = "SVMM"; // SM title
  9. $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
  10. $domain = "https://example.com/svmm/"; // where is SSB operating?
  11. $version = "1.3"; // version
  12. $panelpass = "svmmregisterpass"; // Password to register a new user
  13. $maxvm = "100"; // max vm count
  14. ?>