New version for www.seoprofiler.com
authorJoey Schulze <joey@infodrom.org>
Sun, 2 May 2010 07:39:03 +0000 (07:39 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 2 May 2010 07:39:03 +0000 (07:39 +0000)
lib/core.inc

index c36a9b1..110fbd6 100644 (file)
@@ -173,7 +173,7 @@ function is_spider()
       strpos($_SERVER['HTTP_USER_AGENT'], 'BotOnParade') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'SurveyBot/2.3') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'XmarksFetch/1.0') !== false ||
-      strpos($_SERVER['HTTP_USER_AGENT'], 'spbot/2.0.1') !== false ||
+      strpos($_SERVER['HTTP_USER_AGENT'], 'spbot/2.0') !== false ||
       strpos($_SERVER['HTTP_USER_AGENT'], 'Cityreview Robot') !== false) {
     if (isset($_SESSION['uid']))
       $_SESSION['robot'] = true;