From e0d8d13b83a72b3e0f7384d9cf90b54febec8568 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 23 May 2018 14:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E9=87=8F=E6=94=B9?= =?UTF-8?q?=E4=B8=BA500=EF=BC=8C=E5=9B=A0=E4=B8=BA=E5=8C=85=E5=90=ABSEO?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index a2712ec7..05819ee6 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -205,7 +205,7 @@ class Welcome extends CI_Controller { $http_host = 'http://www.chinahighlights.com/'; $https_host = 'https://www.chinahighlights.com/'; $data['all_information'] = - $this->Information_model->search_all_text($http_host, 400); + $this->Information_model->search_all_text($http_host, 500); echo 'count: '.count($data['all_information']).'
'; if (empty($data['all_information'])) { echo 'nothing transform to https';