Deleted Servers menu option for operator(read)
Former-commit-id: 89723d23cb2199152cfc9f3d72997ddcd7b31796
This commit is contained in:
parent
30e9b67062
commit
9c3d26f120
|
@ -208,7 +208,7 @@ if (!empty($sub)) {
|
|||
}
|
||||
|
||||
|
||||
if (check_acl($config['id_user'], 0, 'AW') || check_acl($config['id_user'], 0, 'PM') || check_acl($config['id_user'], 0, 'RR')) {
|
||||
if (check_acl($config['id_user'], 0, 'AW') || check_acl($config['id_user'], 0, 'PM')) {
|
||||
// Servers
|
||||
$menu_godmode['gservers']['text'] = __('Servers');
|
||||
$menu_godmode['gservers']['sec2'] = 'godmode/servers/modificar_server';
|
||||
|
|
Loading…
Reference in New Issue