git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
bb82918
Branches
Tags
master
ticket
webinterface.git
config.sample.php
Neue Config-Variable für theme
bernd
commited
bb82918
at 2010-09-18 13:49:26
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'] = LOG_ERR; $config['mime_type'] = 'application/xhtml+xml'; $config['theme'] = 'default'; ini_set('error_reporting','On'); ?>