Commit 8860e8a4 authored by tbrehm's avatar tbrehm
Browse files

Removed group list in system module: FS#1013 - Remove or disable group list.

parent c3ebdeed
......@@ -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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment