|
|
@ -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);
|
|
|
|