diff options
-rw-r--r-- | www/FAQ/index.php | 3 | ||||
-rw-r--r-- | www/faq/index.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/FAQ/index.php b/www/FAQ/index.php new file mode 100644 index 0000000..8f8cc15 --- /dev/null +++ b/www/FAQ/index.php @@ -0,0 +1,3 @@ +<?php + header("Location: http://wiki.neo-layout.org/wiki/FAQ"); +?> diff --git a/www/faq/index.php b/www/faq/index.php new file mode 100644 index 0000000..8f8cc15 --- /dev/null +++ b/www/faq/index.php @@ -0,0 +1,3 @@ +<?php + header("Location: http://wiki.neo-layout.org/wiki/FAQ"); +?> |