passinc.asp

来自「蓝芒3.0A最新所有功能完整破解版」· ASP 代码 · 共 26 行

ASP
26
字号
<%
if Session("wem") = "" then
	Response.Redirect "../default.asp"
end if


pageline = Session("pl")


function isadmin()
	isadmin = false
	if Session("wem") = Application("em_SystemAdmin") then
		isadmin = true
	end if
end function


function getGRSN()
	dim theGRSN
	Randomize
	theGRSN = Int((9999999 * Rnd) + 1)

	getGRSN = "GRSN=" & CStr(theGRSN)
end function
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?