From 7320a55693796da0e5d3fffac82438baaf384e4e Mon Sep 17 00:00:00 2001 From: vogelor Date: Mon, 10 May 2010 18:38:21 +0000 Subject: [PATCH] added the dashboard to the modules enabled by default --- install/tpl/config.inc.php.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index d2f0dacc6..c5a2d52ae 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -109,12 +109,12 @@ define("CLASSES_ROOT",INCLUDE_ROOT.FS_DIV."classes"); $conf['app_title'] = ISPC_APP_TITLE; $conf['app_version'] = ISPC_APP_VERSION; $conf['app_link'] = 'http://www.ispconfig.org/'; -$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help'; +$conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help'; $conf["server_id"] = "{server_id}"; //** Interface -define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools'); +define('ISPC_INTERFACE_MODULES_ENABLED', 'dashboard,mail,sites,dns,tools'); //** Logging -- GitLab