diff options
Diffstat (limited to 'www/bsd')
-rw-r--r-- | www/bsd/index.html | 11 | ||||
-rw-r--r-- | www/bsd/index.php | 3 |
2 files changed, 3 insertions, 11 deletions
diff --git a/www/bsd/index.html b/www/bsd/index.html deleted file mode 100644 index 8b19581..0000000 --- a/www/bsd/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<html> - <head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <meta http-equiv="refresh" content="0; URL=http://wiki.neo-layout.org/wiki/Neo%20unter%20FreeBSD%20einrichten"> - <title>Weiterleitung auf die echte Seite http://wiki.neo-layout.org/wiki/Neo%20unter%20FreeBSD%20einrichten</title> - </head> - <body> - <h3>Weiterleitung auf die echte Seite <a href="http://wiki.neo-layout.org/wiki/Neo%20unter%20FreeBSD%20einrichten">http://wiki.neo-layout.org/wiki/Neo%20unter%20FreeBSD%20einrichten</a></h3> - </body> -</html> - diff --git a/www/bsd/index.php b/www/bsd/index.php new file mode 100644 index 0000000..31f2e02 --- /dev/null +++ b/www/bsd/index.php @@ -0,0 +1,3 @@ +<?php + header("Location: http://wiki.neo-layout.org/wiki/Neo%20unter%20FreeBSD%20einrichten"); +?> |