Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
a3f37969
Commit
a3f37969
authored
Nov 21, 2008
by
tbrehm
Browse files
activated help module by default.
parent
a054aa60
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/sql/ispconfig3.sql
View file @
a3f37969
...
...
@@ -998,7 +998,7 @@ CREATE TABLE `sys_user` (
-- Daten fr Tabelle `sys_user`
--
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
);
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
);
-- --------------------------------------------------------
...
...
install/tpl/config.inc.php.master
View file @
a3f37969
...
...
@@ -47,7 +47,7 @@ define('ISPC_APP_TITLE', 'ISPConfig');
$conf
[
'app_title'
]
=
'ISPConfig'
;
define
(
'ISPC_APP_VERSION'
,
'3.0.0'
);
$conf
[
'app_version'
]
=
'3.0.0'
;
$conf
[
'modules_available'
]
=
'admin,mail,sites,monitor,client,dns'
;
$conf
[
'modules_available'
]
=
'admin,mail,sites,monitor,client,dns
,help
'
;
//** The main ROOT is the parent directory to this file, ie Interface/. NO trailing slashes.
define
(
'ISPC_ROOT_PATH'
,
realpath
(
dirname
(
__FILE__
)
.
'/../'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment