summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/404.php3
-rw-r--r--www/index.php4
2 files changed, 0 insertions, 7 deletions
diff --git a/www/404.php b/www/404.php
deleted file mode 100644
index b9e5ed58..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 2e218040..00000000
--- a/www/index.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?PHP
-header("Location: https://".$_SERVER['HTTP_HOST']."/");
-?>
-