Skip to content

Commit a3f3796

Browse files
committed
activated help module by default.
1 parent a054aa6 commit a3f3796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ CREATE TABLE `sys_user` (
998998
-- Daten für Tabelle `sys_user`
999999
--
10001000

1001-
INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmodule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `client_id`) VALUES (1, 1, 0, 'riud', 'riud', '', 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin,client,mail,monitor,sites,dns,tools', 'mail', 'default', 'admin', 1, 'en', '1,2', 1, 0);
1001+
INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmodule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `client_id`) VALUES (1, 1, 0, 'riud', 'riud', '', 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin,client,mail,monitor,sites,dns,tools,help', 'mail', 'default', 'admin', 1, 'en', '1,2', 1, 0);
10021002

10031003
-- --------------------------------------------------------
10041004

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ define('ISPC_APP_TITLE', 'ISPConfig');
4747
$conf['app_title'] = 'ISPConfig';
4848
define('ISPC_APP_VERSION', '3.0.0');
4949
$conf['app_version'] = '3.0.0';
50-
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns';
50+
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help';
5151

5252
//** The main ROOT is the parent directory to this file, ie Interface/. NO trailing slashes.
5353
define('ISPC_ROOT_PATH', realpath(dirname(__FILE__).'/../'));

0 commit comments

Comments
 (0)