mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problems with ACL. Ticket: #4057
This commit is contained in:
parent
474fa5da0b
commit
fb56c16e19
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user