diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-12-23 17:33:37 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2013-12-23 17:33:37 +0000 |
commit | 5c3a5bbe882f847ac5740f350ac83c84a68eceb3 (patch) | |
tree | 9263f78a85b5c5a9c21cdbea0976b7a71df25201 /language/zh_HK/help/index.php | |
parent | 1830c58c6e7ddb51ccc1352d59e6dfbd6b73ce21 (diff) |
[trunk_help] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@26135 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_HK/help/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/zh_HK/help/index.php b/language/zh_HK/help/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/language/zh_HK/help/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |