Config.asp
上传用户:prospercnc
上传日期:2019-12-08
资源大小:1314k
文件大小:1k
源码类别:

弱点检测代码

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <%
  3. Option Explicit
  4. Session.CodePage=65001
  5. Response.ContentType = "text/html"
  6. Response.Charset = "utf-8"
  7. Response.Expires=-999
  8. Session.Timeout=999
  9. '==========================================
  10. '文 件 名:Config.asp
  11. '文件用途:系统配置
  12. '版权所有:方卡在线
  13. '==========================================
  14. %>
  15. <!--#Include File="../Class/Cls_DB.asp"-->
  16. <!--#Include File="../Class/Cls_Fso.asp"-->
  17. <!--#Include File="../Class/Cls_Fun.asp"-->
  18. <%
  19. '定义页面常量
  20. Dim Id,i,j,PageErr,Types,Temp,TempArr,Login,Fso,F,objAdoStream,SearchStr
  21. Dim Conn,Rs,Sqlstr,PaperConn
  22. Dim PageNow,PageCounts,PageSizes,PageAll
  23. Dim SiteName,SiteData,SiteDBDir,SiteDir
  24. Dim FKDB,FKFun,FKFso
  25. '置默认值
  26. Set FKDB=New Cls_DB
  27. Set FKFun=New Cls_Fun
  28. Set FKFso=New Cls_Fso
  29. Login=False
  30. %>
  31. <!--#Include File="Site.asp"-->
  32. <!--#Include File="Conn.asp"-->
  33. <!--#Include File="System.asp"-->