修改ta代理地址

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent 17ca4c62b1
commit df45c740db

@ -37,7 +37,7 @@ class Index extends CI_Controller {
if($nation_item=='www.tripadvisor.com'){//分页代码,英文站点查询前三页,反过来查询,越早的越在后面
$page_mark = array('-or20-', '-or10-', '-');
//使用代理来请求,国内直接访问会很慢
$page_url=str_replace('https://www.tripadvisor.com', 'http://116.251.210.172:5052', $page_url);
$page_url=str_replace('https://www.tripadvisor.com', 'http://47.74.2.87:5052', $page_url);
}else{
$page_mark = array('-');
}

Loading…
Cancel
Save