diff --git a/pandora_console/godmode/setup/os.php b/pandora_console/godmode/setup/os.php index bea69cfef1..c63330fbb4 100644 --- a/pandora_console/godmode/setup/os.php +++ b/pandora_console/godmode/setup/os.php @@ -15,7 +15,7 @@ global $config; check_login(); -hd($_REQUEST); + if (! check_acl($config['id_user'], 0, 'PM') && ! is_user_admin($config['id_user'])) { db_pandora_audit('ACL Violation', 'Trying to access Setup Management'); include 'general/noaccess.php';