去除SEO检验

hotfix/远程访问多媒体中心
LiaoYijun 7 years ago
parent e0d8d13b83
commit 4ab26e96c6

@ -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 '<span style="color: red;">['.$item->ic_title .'] ['.$item->ic_url.']</span> <br/>';
continue;
} else {

Loading…
Cancel
Save