Const.asp
上传用户:mtjhgs
上传日期:2021-12-08
资源大小:3755k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <%
  2. Const SysRootDir = "/"
  3. Const SiteDataPath = "Database/####wygkcnhtmlflash@@@4_Database.mdb"
  4. Const SiteDataBakPath = "Database/####wygkcnhtmlflash@@@4_Database_bak.mdb"
  5. Const StatDataPath = "Database/#@#$@$wygkip@@$@$@Stat.mdb"
  6. Const StatDataBakPath = "Database/#@#$@$wygkip@@$@$@Stat_bak.mdb"
  7. Const EnableStopInjection = True
  8. Const Kill_ip = True
  9. Const Refresh = 5
  10. Const NewInfo = 12
  11. Const ProInfo = 15
  12. Const JobInfo = 12
  13. Const DownInfo = 12
  14. Const OtherInfo = 12
  15. Const MessageInfo = 8
  16. Const ISHTML = 1
  17. Const HTMLName = "html"
  18. Const NewSortName = "NewClass"
  19. Const NewName = "New"
  20. Const ProSortName = "ProductClass"
  21. Const ProName = "Product"
  22. Const DownSortName = "DownloadClass"
  23. Const DownNameDiy = "Download"
  24. Const OtherSortName = "InfoClass"
  25. Const OtherName = "Info"
  26. Const JobSortName = "JobClass"
  27. Const JobNameDiy = "Job"
  28. Const AboutNameDiy = "About"
  29. Const Separated = "-"
  30. %>