diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-11-17 06:23:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-11-17 06:23:11 +0000 |
commit | e2e95cce64028a9c355c37199e0288b7123adebe (patch) | |
tree | 1d7966fa74fc419028776778a5d007960c1db153 /themes/smartpocket/language/ja_JP/index.php | |
parent | 9e120862c51e00ef4319bd13f0b0b6ab8ac11f54 (diff) |
[smartpocket] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30510 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/ja_JP/index.php')
-rw-r--r-- | themes/smartpocket/language/ja_JP/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/ja_JP/index.php b/themes/smartpocket/language/ja_JP/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/ja_JP/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |