summaryrefslogtreecommitdiff
path: root/www/portabel
diff options
context:
space:
mode:
Diffstat (limited to 'www/portabel')
-rw-r--r--www/portabel/index.html11
-rw-r--r--www/portabel/index.php3
2 files changed, 3 insertions, 11 deletions
diff --git a/www/portabel/index.html b/www/portabel/index.html
deleted file mode 100644
index 76dbbfa..0000000
--- a/www/portabel/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%20für%20unterwegs">
- <title>Weiterleitung auf die echte Seite http://wiki.neo-layout.org/wiki/Neo%20für%20unterwegs</title>
- </head>
- <body>
- <h3>Weiterleitung auf die echte Seite <a href="http://wiki.neo-layout.org/wiki/Neo%20für%20unterwegs">http://wiki.neo-layout.org/wiki/Neo%20für%20unterwegs</a></h3>
- </body>
-</html>
-
diff --git a/www/portabel/index.php b/www/portabel/index.php
new file mode 100644
index 0000000..7fd847f
--- /dev/null
+++ b/www/portabel/index.php
@@ -0,0 +1,3 @@
+<?php
+ header("Location: http://wiki.neo-layout.org/wiki/Neo%20für%20unterwegs");
+?>