mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Add column when user have a AW ACL. Ticket: #4193
This commit is contained in:
parent
bb5094ac08
commit
14891df47f
@ -783,6 +783,10 @@ if ($list_modules) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
if ($agent_w)
|
||||||
|
$data[0] = '';
|
||||||
|
}
|
||||||
|
|
||||||
if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) {
|
if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) {
|
||||||
if ($module["id_policy_module"] != 0) {
|
if ($module["id_policy_module"] != 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user