diff --git a/bl-kernel/helpers/redirect.class.php b/bl-kernel/helpers/redirect.class.php index 323d9185..66c4aedf 100644 --- a/bl-kernel/helpers/redirect.class.php +++ b/bl-kernel/helpers/redirect.class.php @@ -24,6 +24,7 @@ class Redirect { public static function admin() { + header('Cache-Control: no-store'); self::url(HTML_PATH_ADMIN_ROOT); } -} \ No newline at end of file +}