diff --git a/application/controllers/keyworlds.php b/application/controllers/keyworlds.php index 23b89e4b..097d21fc 100644 --- a/application/controllers/keyworlds.php +++ b/application/controllers/keyworlds.php @@ -462,7 +462,7 @@ class Keyworlds extends CI_Controller { if ($response) { //分析google搜索结果,计算排名 if (false !== stripos($response, '

302 Moved

') || - false !== stripos($response, 'captcha')) { + false !== stripos($response, 'recaptcha')) { $rank['rank'] = -2; } elseif (false !== stripos($response, $site_url)) { preg_match_all($match_fun, $response, $store);