git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
810f56c
Branches
Tags
master
ticket
webinterface.git
config.sample.php
Session-Name aus einer Config-Variablen ziehen
bernd
commited
810f56c
at 2010-10-06 08:27:03
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['session_name'] = 'CONFIG_SCHOKOKEKS_ORG'; $config['theme'] = 'default'; ini_set('error_reporting','On'); ?>