aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/AdminTools/language/ja_JP/index.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2015-02-15 08:44:57 +0000
committerddtddt <ddtddt@piwigo.org>2015-02-15 08:44:57 +0000
commit3f7d3658d49a1250c8735bfc4a003bca2e54573f (patch)
treef2e56a6681aa306d91924d5fd92db8eeca5b61c2 /plugins/AdminTools/language/ja_JP/index.php
parentf2c3b7d7f354193b42612d387385c26f514c3f8a (diff)
[2.7.4] - plugin - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30964 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/AdminTools/language/ja_JP/index.php')
-rw-r--r--plugins/AdminTools/language/ja_JP/index.php7
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();
+?>