aboutsummaryrefslogtreecommitdiffstats
path: root/migrate/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'migrate/index.php')
-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