mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
is_management_allowed fix
This commit is contained in:
parent
581cf7c5a0
commit
ae6d7139b4
@ -1372,7 +1372,6 @@ function is_metaconsole() {
|
||||
function is_management_allowed() {
|
||||
global $config;
|
||||
return ( (is_metaconsole() && $config["centralized_management"])
|
||||
|| (is_metaconsole() && !$config["centralized_management"])
|
||||
|| (!is_metaconsole() && !$config["centralized_management"]));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user