diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-29 16:50:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-29 16:50:11 +0000 |
commit | 754772705e7352c5c6a735f8946ee4c964369947 (patch) | |
tree | 74cd793fa6458359ef646c296dd72320cfd17df1 /plugins/TakeATour/language/tr_TR/index.php | |
parent | 36da9fc1843f326908661221e835a521ed63f70d (diff) |
[takeatour] Update tr_TR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28309 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/tr_TR/index.php')
-rw-r--r-- | plugins/TakeATour/language/tr_TR/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/tr_TR/index.php b/plugins/TakeATour/language/tr_TR/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/tr_TR/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |