From 3ce25bccd2fea8776324dfc99a58102349d8e85f Mon Sep 17 00:00:00 2001
From: "cedric@yterium.com" <>
Date: Fri, 8 Mar 2013 08:53:28 +0000
Subject: [PATCH] http://www.80legs.com/ est un BOT

---
 ecran_securite.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecran_securite.php b/ecran_securite.php
index 9453b18..51e48df 100644
--- a/ecran_securite.php
+++ b/ecran_securite.php
@@ -5,7 +5,7 @@
  * ------------------
  */
 
-define('_ECRAN_SECURITE', '1.1.4'); // 2 octobre 2012
+define('_ECRAN_SECURITE', '1.1.5'); // 8 mars 2013
 
 /*
  * Documentation : http://www.spip.net/fr_article4200.html
@@ -23,7 +23,7 @@ if (isset($_GET['test_ecran_securite']))
 if (!defined('_IS_BOT'))
 	define('_IS_BOT',
 		isset($_SERVER['HTTP_USER_AGENT'])
-		AND preg_match(',bot|slurp|crawler|spider|webvac|yandex|INA dlweb|EC2LinkFinder,i',
+		AND preg_match(',bot|slurp|crawler|spider|webvac|yandex|INA dlweb|EC2LinkFinder|80legs,i',
 			(string) $_SERVER['HTTP_USER_AGENT'])
 	);
 
-- 
GitLab