www.gusucode.com > Follow me超级搜索引擎 > admin/logincheck.asp

    <%
if session("loginyet")<>"yes" then 
response.write("如果您是管理员请您先登陆")
response.end()
end if
%>