mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '1330-perms-problem-in-cron-jobs-dev' into 'develop'
Added servers sction in menu to RR perms See merge request !821
This commit is contained in:
commit
27b01240d8
@ -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
|
||||
$menu_godmode["gservers"]["text"] = __('Servers');
|
||||
$menu_godmode["gservers"]["sec2"] = "godmode/servers/modificar_server";
|
||||
|
Loading…
x
Reference in New Issue
Block a user