From 22c1e9daf1c90ed101bb12b92d9f6931077803fd Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 25 Sep 2010 10:22:01 -0400
Subject: [PATCH] Added path for undefdined setting $conf['ispconfig_log_dir'].

---
 install/tpl/config.inc.php.master |    1 +
 interface/lib/config.inc.php      |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index cddd97b..346b7fb 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -84,6 +84,7 @@
 
 
 //** 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');
diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index c920304..c6250c5 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -72,6 +72,7 @@
 
 
 //** 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');

--
Gitblit v1.9.1