bsconfig.asp
来自「冠龙科技企业网站管理系统 v8.0」· ASP 代码 · 共 33 行
ASP
33 行
<!--#include file="../Inc/Conn.asp"-->
<%
'=========================================================
'
' 产品名称:冠龙科技企业网站管理系统
' 版权所有: 冠龙科技
' 程序制作:冠龙科技
' 相关网址: http://www.glgk.com/
'
'========================================================
%>
<%
Dim StarTime,Style_Copy
Dim AdminName
startime=timer()
AdminName=replace(session("AdminName"),"'","")
if AdminName="" then
call CloseConn()
%>
<script language='javascript'>top.location='Login.asp';</script>
<%
' response.redirect "login.asp"
end if
%>
<!-- -->
<%
sub htmlend
%>
<p align=center>冠龙网络科技有限公司</p>
<%
end sub
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?