修改数组创建语法

hotfix/远程访问多媒体中心
LiaoYijun 7 years ago
parent c63b65ba51
commit 0602d1cde6

@ -199,7 +199,7 @@ class Welcome extends CI_Controller {
$include_redirece_info = $include_redirece_info =
$this->Information_model->search_all_text('&t=78002', 2000); $this->Information_model->search_all_text('&t=78002', 2000);
echo 'redirect count: '.count($include_redirece_info).'<br/>'; echo 'redirect count: '.count($include_redirece_info).'<br/>';
$redirect_nofollow_list = []; $redirect_nofollow_list = array();
$htm_doc = new DOMDocument(); $htm_doc = new DOMDocument();
$htm_doc->encoding='UTF-8'; $htm_doc->encoding='UTF-8';
libxml_use_internal_errors(true); libxml_use_internal_errors(true);

Loading…
Cancel
Save