summaryrefslogtreecommitdiff
path: root/www/index.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/index.php
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/index.php b/www/index.php
index 2e218040..9105555e 100644
--- a/www/index.php
+++ b/www/index.php
@@ -1,4 +1,3 @@
-<?PHP
-header("Location: https://".$_SERVER['HTTP_HOST']."/");
+<?php
+ header("Location: https://" . $_SERVER['HTTP_HOST'] . "/");
?>
-