From f3da0a0030f9d3e3a1ec6e62db00b97d53341a79 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 28 Jul 2010 08:22:56 -0400 Subject: [PATCH] Updated version number to 3.0.3 --- 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 b1456ee..b05f865 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.2.1'); +define('ISPC_APP_VERSION', '3.0.3'); //** Database @@ -113,7 +113,7 @@ //** Interface -define('ISPC_INTERFACE_MODULES_ENABLED', 'dashboard,mail,sites,dns,tools'); +$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; //** Logging -- Gitblit v1.9.1