add forgotten files from venus

git-svn-id: svn://svn.cccv.de/engel-system@220 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-22 18:26:50 +00:00
parent a10f4ce365
commit 5b42e2066b
2 changed files with 7 additions and 0 deletions

3
www/404.php Normal file
View File

@ -0,0 +1,3 @@
<?PHP
header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REDIRECT_URL']);
?>

4
www/index.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
header("Location: https://".$_SERVER['HTTP_HOST']."/");
?>