diff options
Diffstat (limited to 'plugins/language_switch/language/pt_BR')
-rwxr-xr-x | plugins/language_switch/language/pt_BR/description.txt | 1 | ||||
-rw-r--r-- | plugins/language_switch/language/pt_BR/index.php | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/plugins/language_switch/language/pt_BR/description.txt b/plugins/language_switch/language/pt_BR/description.txt deleted file mode 100755 index 8d6d70854..000000000 --- a/plugins/language_switch/language/pt_BR/description.txt +++ /dev/null @@ -1 +0,0 @@ -Troque para outro idioma usando as bandeiras na página da sua galeria. diff --git a/plugins/language_switch/language/pt_BR/index.php b/plugins/language_switch/language/pt_BR/index.php deleted file mode 100644 index ec6605317..000000000 --- a/plugins/language_switch/language/pt_BR/index.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> |