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