Comment module group acl checks. Check acl dont exist with module groups. Ticket #4306

This commit is contained in:
Arturo Gonzalez 2016-12-23 14:20:00 +01:00
parent 881261c518
commit bb3b986dcd
1 changed files with 2 additions and 2 deletions

View File

@ -48,12 +48,12 @@ function treeview_printModuleTable($id_module, $server_data = false, $no_head =
return;
}
if (! check_acl ($config["id_user"], $module["id_grupo"], "AR")) {
/*if (! check_acl ($config["id_user"], $module["id_grupo"], "AR")) {
db_pandora_audit("ACL Violation",
"Trying to access Module Information");
require_once ("general/noaccess.php");
return;
}
}*/
$table = new StdClass();
$table->width = "100%";