From 0602d1cde6963c82f6972ddd62b4b51016ce9cc4 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 2 Aug 2018 13:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E7=BB=84=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E8=AF=AD=E6=B3=95?= 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 e01cf36e..016fcabd 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -199,7 +199,7 @@ class Welcome extends CI_Controller { $include_redirece_info = $this->Information_model->search_all_text('&t=78002', 2000); echo 'redirect count: '.count($include_redirece_info).'
'; - $redirect_nofollow_list = []; + $redirect_nofollow_list = array(); $htm_doc = new DOMDocument(); $htm_doc->encoding='UTF-8'; libxml_use_internal_errors(true);