From c0834b490f94bde5c22c258b57fd108500ee1c64 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Mon, 7 Jun 2021 14:26:51 +0200 Subject: [PATCH] Update boot.php closes: https://github.com/FriendsOfREDAXO/maintenance/issues/42 Danke @alexwenz --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 2f2b056..a54f859 100644 --- a/boot.php +++ b/boot.php @@ -120,7 +120,7 @@ rex_response::setStatus(rex_response::HTTP_MOVED_TEMPORARILY); rex_response::sendRedirect($url); } else { - header('HTTP/1.1 ' . rex_response::HTTP_SERVICE_UNAVAILABLED); + header('HTTP/1.1 ' . rex_response::HTTP_SERVICE_UNAVAILABLE); echo $mpage; die(); }