Skip to content
Snippets Groups Projects
Commit 22c1e9da authored by tbrehm's avatar tbrehm
Browse files

Added path for undefdined setting $conf['ispconfig_log_dir'].

parent e38d145b
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ $conf['dbmaster_password'] = '{mysql_master_server_ispconfig_password}';
//** 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');
......
......@@ -72,6 +72,7 @@ $conf['dbmaster_password'] = '{mysql_master_server_ispconfig_password}';
//** 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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment