mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-22 01:18:59 +02:00
Added servers sction in menu to RR perms
This commit is contained in:
parent
e8a3484646
commit
eb6e67e1ca
@ -196,7 +196,7 @@ if (!empty($sub)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (check_acl ($config['id_user'], 0, "AW") || check_acl ($config['id_user'], 0, "PM")) {
|
if (check_acl ($config['id_user'], 0, "AW") || check_acl ($config['id_user'], 0, "PM") || check_acl ($config['id_user'], 0, "RR")) {
|
||||||
// Servers
|
// Servers
|
||||||
$menu_godmode["gservers"]["text"] = __('Servers');
|
$menu_godmode["gservers"]["text"] = __('Servers');
|
||||||
$menu_godmode["gservers"]["sec2"] = "godmode/servers/modificar_server";
|
$menu_godmode["gservers"]["sec2"] = "godmode/servers/modificar_server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user