From 27c441d7797c0934f751a26ee56fa6c93f7e717c Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Mon, 30 Jun 2008 06:17:32 +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 00645a6..021ec81 100644 --- a/lib/core.inc +++ b/lib/core.inc @@ -144,6 +144,7 @@ function is_spider() strpos($_SERVER['HTTP_USER_AGENT'], 'msnbot') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Twiceler-0.9') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'ScoutJet') !== false || + strpos($_SERVER['HTTP_USER_AGENT'], 'penthesilea/0.3') !== false || strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) { if (isset($_SESSION['uid'])) $_SESSION['robot'] = true; -- 2.20.1