From 3398c250f817f4ad0fb14d6a981e0c570224c996 Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Thu, 10 Jun 2010 16:07:41 -0400
Subject: [PATCH] enhanced handling of local config file

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

diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index 6a34dd8..7fc53f9 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -101,7 +101,7 @@
 
 
 //** Interface
-define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools');
+$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
 
 
 //** Logging

--
Gitblit v1.9.1