/syscp/debian.php

http://github.com/brinkman83/bashrc · PHP · 12 lines · 6 code · 3 blank · 3 comment · 0 complexity · 5ca3ba7a4111afcfac044fa37753d499 MD5 · raw file

  1. <?php
  2. // This file is only for setup. Changing the password here won't do anything. The
  3. // file just reflects what was set at installation time and will be reused for
  4. // later installations if the package wasn't purged before.
  5. $setup['admin'] = "admin";
  6. $setup['password'] = "EhOle2K5";
  7. $setup['webserver'] = "apache2";
  8. $setup['customer_dir'] = "/var/lib/syscp/customers";
  9. ?>