diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-27 19:00:52 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-27 19:00:52 +0000 |
commit | e15cd70b3e0291b94c9eb072783719ebdbe8cead (patch) | |
tree | 8b8bcde1b7582b7dc57151cdb2ae46fb7e94fa12 /plugins/TakeATour/language/zh_CN/index.php | |
parent | fa04e97db495df1ce1e43d8c940bc6e12d69ad6f (diff) |
[takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28272 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/zh_CN/index.php')
-rw-r--r-- | plugins/TakeATour/language/zh_CN/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/zh_CN/index.php b/plugins/TakeATour/language/zh_CN/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/zh_CN/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |