aboutsummaryrefslogtreecommitdiffstats
path: root/1
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-05-31 16:53:32 +0000
committerRomain d'Alverny <rda@mageia.org>2011-05-31 16:53:32 +0000
commit2845aed6967d44babf0cf5fc240eb65763c268d4 (patch)
tree5375932c56e026a56def353d0f332b4756be45f2 /1
parent6e87c99eee978ef9cde45926970690e4fce349e8 (diff)
downloadwww-2845aed6967d44babf0cf5fc240eb65763c268d4.tar
www-2845aed6967d44babf0cf5fc240eb65763c268d4.tar.gz
www-2845aed6967d44babf0cf5fc240eb65763c268d4.tar.bz2
www-2845aed6967d44babf0cf5fc240eb65763c268d4.tar.xz
www-2845aed6967d44babf0cf5fc240eb65763c268d4.zip
1 redirector
Diffstat (limited to '1')
-rw-r--r--1/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/1/index.php b/1/index.php
new file mode 100644
index 000000000..71509d358
--- /dev/null
+++ b/1/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once '../langs.inc.php';
+$langs = array(
+ 'en' => 'English'
+);
+relocate($langs, '1/'); \ No newline at end of file