Skip to content

Commit

Permalink
Update boot.php
Browse files Browse the repository at this point in the history
closes: #42
Danke @alexwenz
  • Loading branch information
skerbis authored Jun 7, 2021
1 parent fe844e1 commit c0834b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit c0834b4

Please sign in to comment.