|
|
|
@ -205,7 +205,7 @@ class Welcome extends CI_Controller {
|
|
|
|
|
$http_host = 'http://www.chinahighlights.com/';
|
|
|
|
|
$https_host = 'https://www.chinahighlights.com/';
|
|
|
|
|
$data['all_information'] =
|
|
|
|
|
$this->Information_model->search_all_text($http_host, 200);
|
|
|
|
|
$this->Information_model->search_all_text($http_host, 400);
|
|
|
|
|
echo 'count: '.count($data['all_information']).'<br/>';
|
|
|
|
|
if (empty($data['all_information'])) {
|
|
|
|
|
echo 'nothing transform to https';
|
|
|
|
|