From fa522ca89620c6f4c2f30705ac3e000423b2f35c Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 6 Apr 2020 17:41:56 +0200 Subject: [PATCH] fixed error --- pandora_console/general/noaccess.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pandora_console/general/noaccess.php b/pandora_console/general/noaccess.php index 8f70661296..c091215829 100644 --- a/pandora_console/general/noaccess.php +++ b/pandora_console/general/noaccess.php @@ -136,8 +136,11 @@ font-size:10pt;

'; - echo __('Please know that all attempts to access this page are recorded in security logs of %s System Database', get_product_name()); + echo '

'; + echo __('Please know that all attempts to access this page are recorded in security logs of %s System Database', get_product_name()); + if ($config['logged'] == false) { + session_destroy(); + } ?>