From 9c9382e6949e1366c6adb502b7aacae2c11023f7 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 08 Sep 2011 09:42:04 -0400
Subject: [PATCH] Fixed: FS#1709 - Wrong message "Your hard-disk space is going full" in the "Monitor -> Show Disk Usage"

---
 install/tpl/config.inc.php.master |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index 281cdbe..8370270 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -57,6 +57,7 @@
 //** Application
 define('ISPC_APP_TITLE', 'ISPConfig');
 define('ISPC_APP_VERSION', '3.0.3.3');
+define('DEVSYSTEM', 0);
 
 
 //** Database
@@ -155,11 +156,6 @@
 //** Auto Load Modules
 $conf['start_db'] = true;
 $conf['start_session'] = true;
-
-//** CA-configuration
-$conf['CA-path'] = '{CA-path}';
-$conf['CA-pass'] = '{CA-pass}';
-
 
 //** Constants
 define('LOGLEVEL_DEBUG',0);

--
Gitblit v1.9.1