Fixed problem with the permissions of the visual console. Ticket #4000.

(cherry picked from commit e21eabbf04)
This commit is contained in:
Daniel Maya 2016-08-29 16:05:37 +02:00
parent d7eec51fdd
commit 33c63526b1
1 changed files with 1 additions and 1 deletions

View File

@ -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");