From cacf50392e5bd22798926aa885e1b5c23c3a21bd Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Fri, 5 Sep 2008 07:25:16 +0000 Subject: [PATCH] Another spider --- lib/core.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core.inc b/lib/core.inc index c7dbbf2..73c2a72 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -146,6 +146,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'ScoutJet') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'penthesilea/0.3') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'VisBot/2.0') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'Netluchs/Nutch-1.0') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true; -- 2.20.1