From 43f0a5d9c93152f34977666df34260b3dcb12530 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 9 Oct 2008 20:23:35 +0000 Subject: [PATCH] New spider: Charlotte/1.1 --- lib/core.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core.inc b/lib/core.inc index c7918da..f2af406 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -153,6 +153,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'Baiduspider') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'MJ12bot/') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Yahoo-MMCrawler') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'Charlotte/1.1') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true; -- 2.20.1