mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-4502-busqueda-global' into 'develop'
fixed security warning See merge request artica/pandorafms!2664
This commit is contained in:
commit
73a421db14
@ -16,7 +16,7 @@ global $config;
|
||||
enterprise_include_once('include/functions_policies.php');
|
||||
|
||||
|
||||
$searchpolicies = check_acl($config['id'], 0, 'AW');
|
||||
$searchpolicies = check_acl($config['id_user'], 0, 'AW');
|
||||
|
||||
$selectpolicieIDUp = '';
|
||||
$selectpolicieIDDown = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user