#9833 Fixed general user search in open
This commit is contained in:
parent
0363e94e34
commit
5910002e9d
|
@ -18,7 +18,8 @@ require_once $config['homedir'].'/include/functions_reporting.php';
|
||||||
enterprise_include('operation/reporting/custom_reporting.php');
|
enterprise_include('operation/reporting/custom_reporting.php');
|
||||||
|
|
||||||
$searchAgents = $searchAlerts = $searchModules = check_acl($config['id_user'], 0, 'AR');
|
$searchAgents = $searchAlerts = $searchModules = check_acl($config['id_user'], 0, 'AR');
|
||||||
$searchUsers = $searchPolicies = (check_acl($config['id_user'], 0, 'AR') && enterprise_installed());
|
$searchUsers = (check_acl($config['id_user'], 0, 'AR'));
|
||||||
|
$searchPolicies = (check_acl($config['id_user'], 0, 'AR') && enterprise_installed());
|
||||||
$searchReports = $searchGraphs = check_acl($config['id_user'], 0, 'RR');
|
$searchReports = $searchGraphs = check_acl($config['id_user'], 0, 'RR');
|
||||||
$searchMaps = check_acl($config['id_user'], 0, 'VR');
|
$searchMaps = check_acl($config['id_user'], 0, 'VR');
|
||||||
$searchMain = true;
|
$searchMain = true;
|
||||||
|
|
Loading…
Reference in New Issue