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

📄 setting.asp

📁 正版创力4.1SQL商业版!!!ASP版。
💻 ASP
字号:
<!--#include file="../Conn.asp"-->
<!--#include file="../Inc/Cl_ClsSysTem.asp"-->
<!--#include file="../Inc/Cl_ClsTemplate.asp"-->
<!--#include file="../Inc/Cl_Function_Public.asp"-->
<!--#include file="../Inc/Cl_ClsUbb.asp"-->
<%
Const TempLateIndex	= "Template/Index.html"
Const TempLateList	= "Template/List.html"
Const TempLateShow	= "Template/Show.html"
Const TempLateShowPK= "Template/ShowPK.html"
Const TempLateWrite	= "Template/Write.html"
Const TempLateJs	= "Template/Js.html"
Const UseValidCode	= 1 Rem 是否使用验证码 1为是
Dim InfoID,CommentID
Dim ModuleID,ChannelID
Dim ComeUrl,Action,i
ChannelID	= Cl.GetClng(request("ChannelID"))
InfoID		= Cl.GetClng(request("InfoID"))
ComeUrl		= Trim(Request("ComeUrl"))
Action		= LCase(Trim(request("Action")))
if ComeUrl="" then
	ComeUrl = Request.ServerVariables("HTTP_REFERER")
	if ComeUrl="" then ComeUrl="Index.asp"
end if
%>

⌨️ 快捷键说明

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