diff options
author | mistic100 <mistic@strangeplanet.fr> | 2015-07-26 19:19:19 +0200 |
---|---|---|
committer | mistic100 <mistic@strangeplanet.fr> | 2015-07-26 19:19:19 +0200 |
commit | f79d74338e91b008b1f500f0a943c41ec32ec848 (patch) | |
tree | 750320d7de8beaf9bd3f21933e71e4fee857c6da /plugins/AdminTools/language/pt_BR/index.php | |
parent | cc27a535724e0602b73aae0d5ece6b60fb9554dc (diff) | |
parent | 22381e829e0ce2a4a4cbb1420f5ecc2c43be9292 (diff) |
Merge branch 'feature/hello-github' into develop
Diffstat (limited to 'plugins/AdminTools/language/pt_BR/index.php')
-rw-r--r-- | plugins/AdminTools/language/pt_BR/index.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/AdminTools/language/pt_BR/index.php b/plugins/AdminTools/language/pt_BR/index.php deleted file mode 100644 index ec6605317..000000000 --- a/plugins/AdminTools/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(); -?> |