From dedffa53a3bed89d01b20dad2df59bfd27b595a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Mon, 25 Sep 2017 13:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=9B=BF=E6=8D=A2=E5=BE=B7?= =?UTF-8?q?=E8=AF=ADdata=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 0a3c60df..e6ec9bc6 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -197,8 +197,8 @@ class Welcome extends CI_Controller { //批量替换二级域名,如图片或者data域名 function replace_hostname($topnum){ $data=array(); - $find_host='http://bilder.chinarundreisen.com/'; - $new_host='//bilder.chinarundreisen.com/'; + $find_host='http://data.chinarundreisen.com/'; //http://bilder.chinarundreisen.com/ + $new_host='//data.chinarundreisen.com/'; $data['all_information'] = $this->Information_model->search_all_text($find_host,$topnum); if($data['all_information']){ foreach($data['all_information'] as $item){