From 6f0c8cf407f91ad291a42085e89c3ca3b3ae818f Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 1 Nov 2017 15:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=20Google=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/keyworlds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);