From 41c85cfeba37c96f7eb33e9d4aabc72f191b0725 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 23 May 2018 14:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=9B=B4=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0[]=20=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E9=87=8F=E6=94=B9=E4=B8=BA100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index a7f2ab47..3f9ff876 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, 50); + $this->Information_model->search_all_text($http_host, 100); echo 'count: '.count($data['all_information']).'
'; if (empty($data['all_information'])) { echo 'nothing transform to https'; @@ -214,7 +214,7 @@ class Welcome extends CI_Controller { if (empty($item->ic_url) || empty($item->ic_type) || empty($item->ic_seo_keywords) || empty($item->ic_seo_title) || empty($item->ic_seo_description)) { - echo ''.$item->ic_title .' has null value too many.
'; + echo '['.$item->ic_title .'] has null value too many.
'; continue; } else { echo $item->ic_url.' | '.$item->ic_title.'
';