Skip to content

Commit 22c1e9d

Browse files
committed
Added path for undefdined setting $conf['ispconfig_log_dir'].
1 parent e38d145 commit 22c1e9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/tpl/config.inc.php.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ $conf['dbmaster_password'] = '{mysql_master_server_ispconfig_password}';
8484

8585

8686
//** Paths
87+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
8788
define('ISPC_ROOT_PATH', realpath(dirname(__FILE__).'/../')); // Main ROOT is the parent directory to this file, ie interface/ or server/. NO trailing slashes.
8889
define('ISPC_LIB_PATH', ISPC_ROOT_PATH.'/lib');
8990
define('ISPC_CLASS_PATH', ISPC_ROOT_PATH.'/lib/classes');

interface/lib/config.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272

7373

7474
//** Paths
75+
$conf['ispconfig_log_dir'] = '/var/log/ispconfig';
7576
define('ISPC_ROOT_PATH', realpath(dirname(__FILE__).'/../')); // The main ROOT is the parent directory to this file, ie Interface/. NO trailing slashes.
7677
define('ISPC_LIB_PATH', ISPC_ROOT_PATH.'/lib');
7778
define('ISPC_CLASS_PATH', ISPC_ROOT_PATH.'/lib/classes');

0 commit comments

Comments
 (0)