master
LMR 1 year ago
parent ff16807980
commit 0161f333c2

@ -43,8 +43,6 @@ class infofix extends CI_Controller
foreach ($rs as $info) {
$key_with_content = array();
foreach ($key_arr as $key) {
// $info->ic_content = utf8_encode($info->ic_content);
// $info->ic_url = utf8_encode($info->ic_url);
// 链接
$sub_url = mb_stripos($info->ic_url, $key) !== false ? $info->ic_url : '';

Loading…
Cancel
Save