| | |
| | | |
| | | //** Application |
| | | define('ISPC_APP_TITLE', 'ISPConfig'); |
| | | define('ISPC_APP_VERSION', '3.0.3'); |
| | | define('ISPC_APP_VERSION', '3.0.3.3'); |
| | | define('DEVSYSTEM', 0); |
| | | |
| | | |
| | | //** Database |
| | |
| | | $conf['app_link'] = 'http://www.ispconfig.org/'; |
| | | $conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help'; |
| | | $conf['server_id'] = '{server_id}'; |
| | | $conf['init_scripts'] = '/etc/init.d'; |
| | | |
| | | |
| | | //** Interface |
| | |
| | | $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... |
| | | $conf['logo'] = 'themes/default/images/ispc_logo.png'; |
| | | |
| | | |
| | | //** Default Language |
| | | $conf['language'] = '{language}'; |
| | | $conf['debug_language'] = false; |
| | |
| | | //** Auto Load Modules |
| | | $conf['start_db'] = true; |
| | | $conf['start_session'] = true; |
| | | |
| | | |
| | | //** Constants |
| | | define('LOGLEVEL_DEBUG',0); |