aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/language/ja_JP/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2013-12-14 12:42:34 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2013-12-14 12:42:34 +0000
commitb3bf2efb0337825838ed1cbc67f69fca43bccc26 (patch)
tree50e708f1a15c0479eb13f3867907bfae4ccf793e /themes/elegant/language/ja_JP/index.php
parentf6d0a853095226d24b1b890e35e6dcbdd7eb83d8 (diff)
[elegant] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25953 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/language/ja_JP/index.php')
-rw-r--r--themes/elegant/language/ja_JP/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/elegant/language/ja_JP/index.php b/themes/elegant/language/ja_JP/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/elegant/language/ja_JP/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>