From 4ab26e96c6eddfe4a13e185c515440adb73d74f0 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 24 May 2018 10:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4SEO=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 05819ee6..f2c26e08 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -212,8 +212,7 @@ class Welcome extends CI_Controller { } else { foreach ($data['all_information'] as $item) { - if (empty($item->ic_url) || empty($item->ic_type) || - empty($item->ic_seo_title) || empty($item->ic_seo_description)) { + if (empty($item->ic_url)) { echo '['.$item->ic_title .'] ['.$item->ic_url.']
'; continue; } else {