Comment module group acl checks. Check acl dont exist with module groups. Ticket #4306
This commit is contained in:
parent
881261c518
commit
bb3b986dcd
|
@ -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%";
|
||||
|
|
Loading…
Reference in New Issue