summaryrefslogtreecommitdiff
path: root/www/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/404.php')
-rw-r--r--www/404.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/404.php b/www/404.php
index b9e5ed58..dc19cd26 100644
--- a/www/404.php
+++ b/www/404.php
@@ -1,3 +1,3 @@
-<?PHP
-header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']);
+<?php
+ header("Location: https://" . $_SERVER['HTTP_HOST'] . $_SERVER['REDIRECT_URL']);
?>