修复未定义变量错误

hotfix/远程访问多媒体中心
LiaoYijun 7 years ago
parent 6577cbef7a
commit 5661ea7aa5

@ -197,7 +197,7 @@ class Welcome extends CI_Controller {
public function count_http_of_href() {
$data['all_information'] =
$this->Information_model->search_all_text($http_host, 2000);
$this->Information_model->search_all_text('http://www.chinahighlights.com/', 2000);
echo 'count: '.count($data['all_information']).'<br/>';
}

Loading…
Cancel
Save