| | |
| | | |
| | | //** Application |
| | | define('ISPC_APP_TITLE', 'ISPConfig'); |
| | | define('ISPC_APP_VERSION', '3.0.3'); |
| | | define('ISPC_APP_VERSION', '3.0.3.2'); |
| | | |
| | | |
| | | //** Database |
| | |
| | | |
| | | |
| | | //** Paths |
| | | $conf['ispconfig_log_dir'] = '/var/log/ispconfig'; |
| | | define('ISPC_ROOT_PATH', realpath(dirname(__FILE__).'/../')); // Main ROOT is the parent directory to this file, ie interface/ or server/. NO trailing slashes. |
| | | define('ISPC_LIB_PATH', ISPC_ROOT_PATH.'/lib'); |
| | | define('ISPC_CLASS_PATH', ISPC_ROOT_PATH.'/lib/classes'); |
| | |
| | | $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 |