f550c0ef0e015ecc4096f8d52c5ea2208f6f5176
bernd Beispiel-Config

bernd authored 16 years ago

1) <?php
2) 
3) global $config;
4) $config = array();
5) 
6) $config['db_host'] = ':/var/run/mysqld/mysqld-sys.sock';
7) $config['db_user'] = 'username';
8) $config['db_pass'] = 'password';
9) 
10) 
11) $config['modules'] = array("index", "domains", "imap", "mysql", "jabber", "vhosts", "register", "systemuser", "su");
12) 
bernd cracklib ausschaltbar machen

bernd authored 16 years ago

13) $config['use_cracklib'] = true;