Skip to content

Commit 8860e8a

Browse files
committed
Removed group list in system module: FS#1013 - Remove or disable group list.
1 parent c3ebdee commit 8860e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/admin/lib/module.conf.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// cleanup
2727
unset($items);
28-
28+
/*
2929
$items[] = array( 'title' => 'Add group',
3030
'target' => 'content',
3131
'link' => 'admin/groups_edit.php');
@@ -42,6 +42,7 @@
4242
4343
// cleanup
4444
unset($items);
45+
*/
4546
/*
4647
$items[] = array( 'title' => 'Add server',
4748
'target' => 'content',

0 commit comments

Comments
 (0)