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

(cherry picked from commit bb3b986dcd)
This commit is contained in:
Arturo Gonzalez 2016-12-23 14:20:00 +01:00
parent eae3c2698f
commit b793efa5f0
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%";