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 ();
|
check_login ();
|
||||||
|
|
||||||
if (! check_acl ($config['id_user'], 0, "LM")) {
|
if (! check_acl ($config['id_user'], 0, "PM")) {
|
||||||
db_pandora_audit("ACL Violation",
|
db_pandora_audit("ACL Violation",
|
||||||
"Trying to access Plugin Management");
|
"Trying to access Plugin Management");
|
||||||
require ("general/noaccess.php");
|
require ("general/noaccess.php");
|
||||||
|
|
Loading…
Reference in New Issue