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
8860e8a4
Commit
8860e8a4
authored
Jan 19, 2010
by
tbrehm
Browse files
Removed group list in system module: FS#1013 - Remove or disable group list.
parent
c3ebdeed
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/lib/module.conf.php
View file @
8860e8a4
...
...
@@ -25,7 +25,7 @@ $module['nav'][] = array( 'title' => 'CP Users',
// cleanup
unset
(
$items
);
/*
$items[] = array( 'title' => 'Add group',
'target' => 'content',
'link' => 'admin/groups_edit.php');
...
...
@@ -42,6 +42,7 @@ $module['nav'][] = array( 'title' => 'Groups',
// cleanup
unset($items);
*/
/*
$items[] = array( 'title' => 'Add server',
'target' => 'content',
...
...
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