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(); + } ?>