| | |
| | | |
| | | //** Application |
| | | define('ISPC_APP_TITLE', 'ISPConfig'); |
| | | define('ISPC_APP_VERSION', '3.0.2.1'); |
| | | define('ISPC_APP_VERSION', '3.0.3'); |
| | | |
| | | |
| | | //** Database |
| | |
| | | |
| | | |
| | | //** Interface |
| | | define('ISPC_INTERFACE_MODULES_ENABLED', 'dashboard,mail,sites,dns,tools'); |
| | | $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; |
| | | |
| | | |
| | | //** Logging |
| | |
| | | //** IMPORTANT!!! |
| | | //** DO NOT MAKE A COPY OF THIS FILE AS LOCAL CONFIG-FILE |
| | | //** USE A EMPTY FILE AND ONLY COPY THE SETTINGS IN IT, YOU NEED TO OVERRIDE |
| | | if (is_file('config.inc.local.php')) include_once 'config.inc.local.php'; |
| | | |
| | | if (is_file(dirname(__FILE__) . '/config.inc.local.php')) include_once 'config.inc.local.php'; |
| | | ?> |