...
|
...
|
@@ -15,7 +15,7 @@ class ToyotaController extends HuodongAction |
|
|
if(!empty($url))
|
|
|
{
|
|
|
$host = parse_url($url);
|
|
|
if(true)//$host['host'] == 'ad.yoho.cn')
|
|
|
if(preg_match('@yoho.cn@i', $host['host']) || preg_match('@yohobuy.com@i', $host['host']) )
|
|
|
{
|
|
|
header('location:'.$this->callbackurl.urlencode($url));
|
|
|
}
|
...
|
...
|
|