aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-08-29 07:40:29 +0000
committerRomain d'Alverny <rda@mageia.org>2012-08-29 07:40:29 +0000
commit9ffd7aebaf0fb64f314d1b029c67f0693b1b68a6 (patch)
tree602ef0bca41803cb58d930cf0d759ccd5a2a0b4b /index.php
parentcb5481b9b818c20c0cc8586e0fb30b8fe7ec6da8 (diff)
downloadwww-9ffd7aebaf0fb64f314d1b029c67f0693b1b68a6.tar
www-9ffd7aebaf0fb64f314d1b029c67f0693b1b68a6.tar.gz
www-9ffd7aebaf0fb64f314d1b029c67f0693b1b68a6.tar.bz2
www-9ffd7aebaf0fb64f314d1b029c67f0693b1b68a6.tar.xz
www-9ffd7aebaf0fb64f314d1b029c67f0693b1b68a6.zip
larger check for temp fix
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';