diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-25 18:01:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-25 18:01:11 +0000 |
commit | f8c933f207c1b325231267f0a7d1638f22dffec6 (patch) | |
tree | 988f1576b56a527fe38dff16a36690a449222747 /plugins/admin_multi_view/language/pt_BR/index.php | |
parent | fd48db69637d6d01260e740704c9e99bb874fbe5 (diff) |
[adminmultiview] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@17056 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view/language/pt_BR/index.php')
-rw-r--r-- | plugins/admin_multi_view/language/pt_BR/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/pt_BR/index.php b/plugins/admin_multi_view/language/pt_BR/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/pt_BR/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |