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