summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-22 18:26:50 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-22 18:26:50 +0000
commit5b42e2066bd35d459381f695a866beb740656ee3 (patch)
tree61cb5e6eddea88fa4bc5a559720b6d5e3833c6f1 /www
parenta10f4ce3652a05c53c2fe2eeff61c9936972fbc4 (diff)
add forgotten files from venus
git-svn-id: svn://svn.cccv.de/engel-system@220 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www')
-rw-r--r--www/404.php3
-rw-r--r--www/index.php4
2 files changed, 7 insertions, 0 deletions
diff --git a/www/404.php b/www/404.php
new file mode 100644
index 00000000..b9e5ed58
--- /dev/null
+++ b/www/404.php
@@ -0,0 +1,3 @@
+<?PHP
+header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']);
+?>
diff --git a/www/index.php b/www/index.php
new file mode 100644
index 00000000..2e218040
--- /dev/null
+++ b/www/index.php
@@ -0,0 +1,4 @@
+<?PHP
+header("Location: https://".$_SERVER['HTTP_HOST']."/");
+?>
+