diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-15 05:54:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-15 05:54:11 +0000 |
commit | b38b273157bec742c6ed9d593df721acf5249872 (patch) | |
tree | 92e6648a8ad1a7c25bb8fe3f3664bd85565e23f5 /plugins/TakeATour/language/ru_RU/index.php | |
parent | a4c0f7c3931e4290997ab5a6694bdbed581c5d61 (diff) |
[takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28188 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/ru_RU/index.php')
-rw-r--r-- | plugins/TakeATour/language/ru_RU/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/ru_RU/index.php b/plugins/TakeATour/language/ru_RU/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/ru_RU/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |