diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-17 16:48:47 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-17 16:48:47 +0000 |
commit | 17788c5fdb7f875149a9539c0fb06065ab377675 (patch) | |
tree | db29aac50b46de649b9c13b28249044f5bb64b7b /plugins/TakeATour/language/pt_BR/index.php | |
parent | d05cc5366ae4ab530655a5eb3baaa532b541e4b3 (diff) |
[takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28211 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/pt_BR/index.php')
-rw-r--r-- | plugins/TakeATour/language/pt_BR/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/pt_BR/index.php b/plugins/TakeATour/language/pt_BR/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/pt_BR/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |