⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_checkpurview.asp

📁 依蓝旅游网站管理系统Elan2008.SP2
💻 ASP
字号:
<!--#Include File="Admin_CheckCode.asp"-->
<!--#Include File="Admin_Control.asp"-->
<%
If EL_Admin.ErrorCode = 1 Then
   Response.Write "<scr" & "ipt>top.location.href='Admin_Login.asp';</scr" & "ipt>"
   Call ApplicationTerminate()
ElseIf EL_Admin.ErrorCode = 2 Then   
   Response.Write "<font color=red>系统禁止了两个人使用同一帐号同时登陆系统,此帐号已经在别的地方登陆。你可以<a href='Admin_Login.asp' target='_top'>点此重新登录</a></font>"
   Call ApplicationTerminate()
End If

If EL_Admin.Purview = 1 Then
   EL_PurviewPassed = True
Else   
   EL_PurviewPassed = False
End If

If EL_Channel.ChannelID > 0 Then
   EL_Channel.GetChannelConfig()
   If EL_Channel.ErrorCode = 1 Then      
	  EL_Common.ShowErrorMsg("频道参数错误")
	  Call ApplicationTerminate()
   End If
   If EL_Channel.Disabled And EL_CurrentScriptName<>"Admin_Channel.asp" Then      
	  EL_Common.ShowErrorMsg("该频道已被禁用")
	  Call ApplicationTerminate()
   End If
End If
%>

⌨️ 快捷键说明

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