diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-12-25 05:35:29 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-12-25 05:35:29 +0000 |
commit | a4a9ee2c45101facbad1ea7da57eec7c6735743c (patch) | |
tree | 6cadf0fce5ea411dc5e864a0294621f34588e0ff /plugins/AdminTools/language/ja_JP/index.php | |
parent | 78e1c9cff114c04beeaf8dd46f015896605593bf (diff) |
Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30825 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/AdminTools/language/ja_JP/index.php')
-rw-r--r-- | plugins/AdminTools/language/ja_JP/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/AdminTools/language/ja_JP/index.php b/plugins/AdminTools/language/ja_JP/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/AdminTools/language/ja_JP/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |