aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_multi_view/language/zh_HK/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2013-05-29 04:15:03 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2013-05-29 04:15:03 +0000
commitca1f91de92921a5e813bd80269d385e041daf05a (patch)
tree8f52aaa67b552db38754592030554f7808c7eef7 /plugins/admin_multi_view/language/zh_HK/index.php
parent2718af4da673af50a24941b5949725995988c83d (diff)
[adminmultiview] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22927 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--plugins/admin_multi_view/language/zh_HK/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/zh_HK/index.php b/plugins/admin_multi_view/language/zh_HK/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/admin_multi_view/language/zh_HK/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>