diff options
-rw-r--r-- | migrate/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate/index.php b/migrate/index.php index 0d96fab33..5a405532c 100644 --- a/migrate/index.php +++ b/migrate/index.php @@ -24,4 +24,4 @@ $langs = array( // 'zh-tw' => '正體中文' ); -relocate($langs, 'migrate/');
\ No newline at end of file +relocate($langs, '/1/migrate/');
\ No newline at end of file |