aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php13
1 files changed, 1 insertions, 12 deletions
diff --git a/index.php b/index.php
index 38104d239..9f04e776b 100644
--- a/index.php
+++ b/index.php
@@ -3,18 +3,7 @@
*
*/
-// temporary poor fix for bad queries
-// if (isset($_GET['id']) && isset($_GET['msg'])) {
-if (false !== strpos($_SERVER['QUERY_STRING'], 'Tenemos')) {
- header('HTTP/1.1 503 Service Temporarily Unavailable');
- header('Status: 503 Service Temporarily Unavailable');
- header('Retry-After: 7200');
- /*
- header('HTTP/1.0 404 Not Found');
- header('Status: 404 Not Found');
- */
- die;
-}
+require 'redir.php';
require_once 'langs.inc.php';