diff options
Diffstat (limited to '_site/index.php')
-rw-r--r-- | _site/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_site/index.php b/_site/index.php index 96a374d..1565176 100644 --- a/_site/index.php +++ b/_site/index.php @@ -1,4 +1,4 @@ -<?php - -header("Location: /home"); +<?php
+
+header("Location: /home");
die();
\ No newline at end of file |