summaryrefslogtreecommitdiff
path: root/www/chat/index.php
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-11-04 10:47:57 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-11-04 10:47:57 +0000
commitcc0691e4238f6cc11228a2186416d3fc30ad6bda (patch)
treeb0545aabc454271c65ec3d4a65807d39709515a6 /www/chat/index.php
parentf86904dcdd39f47f706fe6553816917239c15738 (diff)
downloadneo-layout-cc0691e4238f6cc11228a2186416d3fc30ad6bda.tar.gz
neo-layout-cc0691e4238f6cc11228a2186416d3fc30ad6bda.tar.bz2
neo-layout-cc0691e4238f6cc11228a2186416d3fc30ad6bda.zip
’ne weiterleitung mittels php ist viel schneller, weil das direkt den http-header verändert und keine zeit beim warten auf den browser drauf geht
git-svn-id: https://svn.neo-layout.org@2355 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www/chat/index.php')
-rw-r--r--www/chat/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/chat/index.php b/www/chat/index.php
new file mode 100644
index 0000000..e61486c
--- /dev/null
+++ b/www/chat/index.php
@@ -0,0 +1,3 @@
+<?php
+ header("Location: http://wiki.neo-layout.org/wiki/IRC");
+?>