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