| | |
| | | $conf["app_title"] = "ISPConfig"; |
| | | $conf["app_version"] = "3.0.0"; |
| | | $conf["modules_available"] = "admin,mail,sites,monitor,client,dns"; |
| | | $conf["interface_logout_url"] = ""; |
| | | |
| | | //** Key paramaters |
| | | define('ISPC_APP_TITLE', 'ISPConfig'); |
| | | $conf['app_title'] = 'ISPConfig'; |
| | | define('ISPC_APP_VERSION', '3.0.0'); |
| | | $conf['app_version'] = '3.0.0'; |
| | | $conf['modules_available'] = 'admin,mail,sites,monitor,client,dns'; |
| | | $conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help'; |
| | | |
| | | //** The main ROOT is the parent directory to this file, ie Interface/. NO trailing slashes. |
| | | define('ISPC_ROOT_PATH', realpath(dirname(__FILE__).'/../')); |
| | |
| | | define('ISPC_CACHE_PATH', ISPC_ROOT_PATH.'/cache'); |
| | | |
| | | //** Interface settings |
| | | define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns'); |
| | | define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools'); |
| | | |
| | | |
| | | /* |
| | |
| | | Logging |
| | | */ |
| | | |
| | | $conf["log_file"] = $conf["rootpath"].$conf["fs_div"]."ispconfig.log"; |
| | | $conf["log_file"] = '/var/log/ispconfig/ispconfig.log'; |
| | | $conf["log_priority"] = {ispconfig_log_priority}; // 0 = Debug, 1 = Warning, 2 = Error |
| | | |
| | | /* |
| | | Allow software package installations |
| | | */ |
| | | |
| | | $conf['software_updates_enabled'] = false; |
| | | |
| | | |
| | | /* |
| | | Themes |
| | |
| | | |
| | | $conf["language"] = 'en'; |
| | | |
| | | /* |
| | | Misc. |
| | | */ |
| | | |
| | | $conf["interface_logout_url"] = ""; // example: http://www.domain.tld/ |
| | | |
| | | |
| | | /* |
| | | Auto Load Modules |