diff options
Diffstat (limited to 'plugins/TakeATour/language/zh_CN')
-rwxr-xr-x | plugins/TakeATour/language/zh_CN/description.txt | 1 | ||||
-rw-r--r-- | plugins/TakeATour/language/zh_CN/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/zh_CN/description.txt b/plugins/TakeATour/language/zh_CN/description.txt new file mode 100755 index 000000000..7477e2783 --- /dev/null +++ b/plugins/TakeATour/language/zh_CN/description.txt @@ -0,0 +1 @@ +访问您的 Piwigo,探索它的特性。本插件为初学者与高级用户提供了多种主题的导览。
\ No newline at end of file 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(); +?> |