minor fix acl check in notifications

Former-commit-id: 3ee0004f0c8ab507ed2301b77117ca945fb4e826
This commit is contained in:
fbsanchez 2019-02-18 14:01:17 +01:00
parent 46af41a2cc
commit 34cf0bd837
1 changed files with 0 additions and 6 deletions

View File

@ -32,12 +32,6 @@ require_once $config['homedir'].'/include/functions_notifications.php';
check_login();
if (! check_acl($config['id_user'], 0, 'PM') && ! is_user_admin($config['id_user'])) {
db_pandora_audit('ACL Violation', 'Trying to access Setup Management');
include 'general/noaccess.php';
return;
}
// AJAX actions.
$source = get_parameter('source', '');
$users = get_parameter('users', '');