From: Joey Schulze Date: Thu, 9 Oct 2008 20:23:35 +0000 (+0000) Subject: New spider: Charlotte/1.1 X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fwww.zeitungsliste.de;a=commitdiff_plain;h=43f0a5d9c93152f34977666df34260b3dcb12530 New spider: Charlotte/1.1 --- 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;