Added path for undefdined setting $conf['ispconfig_log_dir'].
| | |
| | | |
| | | |
| | | //** 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'); |
| | |
| | | |
| | | |
| | | //** Paths |
| | | $conf['ispconfig_log_dir'] = '/var/log/ispconfig'; |
| | | define('ISPC_ROOT_PATH', realpath(dirname(__FILE__).'/../')); // The main ROOT is the parent directory to this file, ie Interface/. NO trailing slashes. |
| | | define('ISPC_LIB_PATH', ISPC_ROOT_PATH.'/lib'); |
| | | define('ISPC_CLASS_PATH', ISPC_ROOT_PATH.'/lib/classes'); |