summaryrefslogtreecommitdiff
path: root/www/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/404.php')
-rw-r--r--www/404.php3
1 files changed, 0 insertions, 3 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']);
-?>