diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-06-05 05:13:40 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-06-05 05:13:40 +0000 |
commit | 10cdf44402cbdb5c278848c6759e037033ef60a0 (patch) | |
tree | f7ff768f67e244a28bf0ae77a3a8ffa09f5f5276 /plugins/TakeATour/language/pl_PL/index.php | |
parent | 489fdf33877e2843cdf8a0877056f5b2d37fb72b (diff) |
[takeatour] Update pl_PL, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28636 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/pl_PL/index.php')
-rw-r--r-- | plugins/TakeATour/language/pl_PL/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/pl_PL/index.php b/plugins/TakeATour/language/pl_PL/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/pl_PL/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |