/syscp/debian.php
http://github.com/brinkman83/bashrc · PHP · 12 lines · 6 code · 3 blank · 3 comment · 0 complexity · 5ca3ba7a4111afcfac044fa37753d499 MD5 · raw file
- <?php
- // This file is only for setup. Changing the password here won't do anything. The
- // file just reflects what was set at installation time and will be reused for
- // later installations if the package wasn't purged before.
- $setup['admin'] = "admin";
- $setup['password'] = "EhOle2K5";
- $setup['webserver'] = "apache2";
- $setup['customer_dir'] = "/var/lib/syscp/customers";
- ?>