git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
bc2db88
Branches
Tags
master
ticket
webinterface.git
config.sample.php
Logging konfigurierbar
bernd
commited
bc2db88
at 2007-10-30 13:47:47
config.sample.php
Blame
History
Raw
<?php global $config; $config = array(); $config['db_host'] = ':/var/run/mysqld/mysqld-sys.sock'; $config['db_user'] = 'username'; $config['db_pass'] = 'password'; $config['modules'] = array("index", "domains", "imap", "mysql", "jabber", "vhosts", "register", "systemuser", "su"); $config['use_cracklib'] = true; $config['cracklib_dict'] = 'inc/cracklib_dict'; $config['enable_debug'] = true; $config['logging'] = true; $config['mime_type'] = 'application/xhtml+xml'; ini_set('error_reporting','On'); ?>