Merge branch 'ent-3821-Option-servers-operator-read' into 'develop'
Deleted Servers menu option for operator(read) See merge request artica/pandorafms!2328
This commit is contained in:
commit
2ab7e26d07
|
@ -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