diff options
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 5 |
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'] . "/"); ?> - |