diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 20:53:05 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 20:53:05 +0000 |
commit | 998cc9c1acdb39fc24879566ef6a8c8b061b7c7f (patch) | |
tree | 2a5da2764bb64d0152bdbca9693e319ea6be700d /themes/smartpocket/language/zh_CN/index.php | |
parent | aa7c1114a3d63441b20722cf74d2bd1097fae161 (diff) |
[smartpocket] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@26835 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/zh_CN/index.php')
-rw-r--r-- | themes/smartpocket/language/zh_CN/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/zh_CN/index.php b/themes/smartpocket/language/zh_CN/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/zh_CN/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |