mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed problem with the permissions of the visual console. Ticket #4000.
(cherry picked from commit e21eabbf049a7c4b1cfc9ed5863158b4f9ebe60d)
This commit is contained in:
parent
d7eec51fdd
commit
33c63526b1
@ -18,7 +18,7 @@ global $config;
|
||||
check_login ();
|
||||
|
||||
// Fix: IW was the old ACL to check for report editing, now is RW
|
||||
if (! check_acl ($config['id_user'], 0, "RW")) {
|
||||
if (! check_acl ($config['id_user'], 0, "VR")) {
|
||||
db_pandora_audit("ACL Violation",
|
||||
"Trying to access report builder");
|
||||
require ("general/noaccess.php");
|
||||
|
Loading…
x
Reference in New Issue
Block a user