This commit is contained in:
m-lopez-f 2016-08-30 14:52:01 +02:00
parent cdc683a1f8
commit cfb7948f2d
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ function generate_info($checks, $log_num_lines = 2000) {
function mainSystemInfo() {
global $config;
if (! check_acl ($config['id_user'], 0, "PM") && ! is_user_admin ($config['id_user'])) {
db_pandora_audit("ACL Violation", "Trying to access Setup Management");
require ("general/noaccess.php");