From 219bb4b7f28b2f5670fe2d8e7e6a09fbfd3ec70a Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 20 Oct 2011 05:32:09 -0400
Subject: [PATCH] - Fixed bug in web folder delete function.

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

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index 7d2e8fc..99d4402 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -56,7 +56,7 @@
 
 //** Application
 define('ISPC_APP_TITLE', 'ISPConfig');
-define('ISPC_APP_VERSION', '3.0.3.3');
+define('ISPC_APP_VERSION', '3.0.4');
 define('DEVSYSTEM', 0);
 
 
@@ -122,7 +122,7 @@
 
 
 //** Interface
-$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
+$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools,help';
 
 //** Demo mode
 /* The demo mode is an option to restrict certain actions in the interface like 

--
Gitblit v1.9.1