Cleaned traces

This commit is contained in:
Jose Gonzalez 2020-09-16 17:40:18 +02:00
parent 9ac9a75658
commit b97014f577
1 changed files with 1 additions and 1 deletions

View File

@ -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';