批量替换德语data地址

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent 6285a968dc
commit dedffa53a3

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

Loading…
Cancel
Save