summaryrefslogtreecommitdiff
path: root/www/404.php
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
commit75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (patch)
tree6a4d3d35019cdf933c1816e8522dc5d2557f5238 /www/404.php
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
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']);
?>