Config.asp
上传用户:prospercnc
上传日期:2019-12-08
资源大小:1314k
文件大小:1k
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <%
- Option Explicit
- Session.CodePage=65001
- Response.ContentType = "text/html"
- Response.Charset = "utf-8"
- Response.Expires=-999
- Session.Timeout=999
- '==========================================
- '文 件 名:Config.asp
- '文件用途:系统配置
- '版权所有:方卡在线
- '==========================================
- %>
- <!--#Include File="../Class/Cls_DB.asp"-->
- <!--#Include File="../Class/Cls_Fso.asp"-->
- <!--#Include File="../Class/Cls_Fun.asp"-->
- <%
- '定义页面常量
- Dim Id,i,j,PageErr,Types,Temp,TempArr,Login,Fso,F,objAdoStream,SearchStr
- Dim Conn,Rs,Sqlstr,PaperConn
- Dim PageNow,PageCounts,PageSizes,PageAll
- Dim SiteName,SiteData,SiteDBDir,SiteDir
- Dim FKDB,FKFun,FKFso
- '置默认值
- Set FKDB=New Cls_DB
- Set FKFun=New Cls_Fun
- Set FKFso=New Cls_Fso
- Login=False
- %>
- <!--#Include File="Site.asp"-->
- <!--#Include File="Conn.asp"-->
- <!--#Include File="System.asp"-->