Fixed problems with ACL. Ticket: #4057

(cherry picked from commit fb56c16e19)
This commit is contained in:
m-lopez-f 2016-09-23 10:13:54 +02:00
parent 9b9a25cea3
commit 5f11a0670f
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ require_once ($config['homedir'] . "/include/functions_filemanager.php");
check_login ();
if (! check_acl ($config['id_user'], 0, "LM")) {
if (! check_acl ($config['id_user'], 0, "PM")) {
db_pandora_audit("ACL Violation",
"Trying to access Plugin Management");
require ("general/noaccess.php");