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