diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 8206cbae7..61f6879a1 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -227,7 +227,7 @@ class Context define('_XE_SITELOCK_TITLE_', $title); define('_XE_SITELOCK_MESSAGE_', $message); - header('403 Forbidden'); + header("HTTP/1.1 403 Forbidden"); include _XE_PATH_ . 'common/tpl/sitelock.html'; exit; }