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

(cherry picked from commit bb3b986dcd8de0d9e390be02eccfdb810a269b88)
This commit is contained in:
Arturo Gonzalez 2016-12-23 14:20:00 +01:00
parent eae3c2698f
commit b793efa5f0

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%";