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; 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", db_pandora_audit("ACL Violation",
"Trying to access Module Information"); "Trying to access Module Information");
require_once ("general/noaccess.php"); require_once ("general/noaccess.php");
return; return;
} }*/
$table = new StdClass(); $table = new StdClass();
$table->width = "100%"; $table->width = "100%";