mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fixed the public visualmap error message
This commit is contained in:
parent
8c54042f16
commit
923d2b686e
@ -51,7 +51,7 @@ $layout = db_get_row ('tlayout', 'id', $id_layout);
|
|||||||
|
|
||||||
if (! $layout) {
|
if (! $layout) {
|
||||||
db_pandora_audit("ACL Violation","Trying to access visual console without id layout");
|
db_pandora_audit("ACL Violation","Trying to access visual console without id layout");
|
||||||
include ("../../general/noaccess.php");
|
include ($config['homedir'] . "/general/noaccess.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user