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