东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

帝国cms判断动态模板判断跳转代码

2018-04-02 站长 站长日志

<?php

$l=$_SERVER['HTTP_REFERER'];

if(strstr($l,'来路域名')){

header('Location: 跳转地址');

}

elseif(strstr($l,'来路域名')){

header('Location: 跳转地址');

}

elseif(strstr($l,'来路域名')){

header('Location: 跳转地址');

}

elseif(strstr($l,'来路域名')){

header('Location: 跳转地址');

}

else{

 require(ECMS_PATH.'本地页面');

}

?>

文章评论