diff options
Diffstat (limited to '1/migrate/index.php')
-rw-r--r-- | 1/migrate/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1/migrate/index.php b/1/migrate/index.php new file mode 100644 index 000000000..e91a55f26 --- /dev/null +++ b/1/migrate/index.php @@ -0,0 +1,7 @@ +<?php + +require_once '../langs.inc.php'; +$langs = array( + 'en' => 'English' +); +relocate($langs, '1/migrate/'); |