📄 admin_login.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="md5.asp" -->
<%
yzm=trim(request.form("yzm"))
if cstr(session("GetCode"))<>cstr(yzm) then
Response.redirect "admin.asp?w=2"
else
%>
<%
username=request("userid")
password=request("password")
if Instr(username,"=")>0 or Instr(username,"%")>0 or Instr(username,chr(32))>0 or Instr(username,"?")>0 or Instr(username,"&")>0 or Instr(username,";")>0 or Instr(username,",")>0 or Instr(username,"'")>0 or Instr(username,",")>0 or Instr(username,chr(34))>0 or Instr(username,chr(9))>0 or Instr(username,"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -