📄 error.asp
字号:
<%
'=========================================
'ScriptMate User Manager Version 2.1
'Copyright 2001 (C) ScriptMate.Com
'Admin Module
' This module helps in displaying an error message
'For any help with modification to
'this file contact support@scriptmate.com
'=========================================
Sub Error()
smumadminheader("Error")
if not Application("smumdebugmode") then on error resume next
if session("admin") = "" then
Response.Redirect smumadminpage & "?action=login"
end if
smumFormOpenTable
smumFormHeader "Error"
smumFormResponse "An error is occured, please check the errorlog."
smumFormCloseTable
End Sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -