Skip to content

Commit 7320a55

Browse files
author
vogelor
committed
added the dashboard to the modules enabled by default
1 parent 05d4825 commit 7320a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tpl/config.inc.php.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ define("CLASSES_ROOT",INCLUDE_ROOT.FS_DIV."classes");
109109
$conf['app_title'] = ISPC_APP_TITLE;
110110
$conf['app_version'] = ISPC_APP_VERSION;
111111
$conf['app_link'] = 'http://www.ispconfig.org/';
112-
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help';
112+
$conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help';
113113
$conf["server_id"] = "{server_id}";
114114

115115

116116
//** Interface
117-
define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools');
117+
define('ISPC_INTERFACE_MODULES_ENABLED', 'dashboard,mail,sites,dns,tools');
118118

119119

120120
//** Logging

0 commit comments

Comments
 (0)