diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-11 17:09:30 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-11 17:09:30 +0200 |
commit | 3a31cebd1d39a6bcec2c22cbced60ca9d6177a42 (patch) | |
tree | 3cce86da26c408841e69bdee4e2ba012e0c72e47 /www | |
parent | ebecae2ccc37c8930245a562852c035d5ce8d5a1 (diff) | |
parent | 80a1a65aefcd2f33951dc60c72d29df1ad19b187 (diff) |
merge special_includes_camp
Diffstat (limited to 'www')
-rw-r--r-- | www/404.php | 3 | ||||
-rw-r--r-- | www/index.php | 4 |
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']."/"); -?> - |