📄 config.asp
字号:
<%
Const MaxFileSize="100000" '上传文件大小限制
Const SaveUpFilesPath="UploadFile" '存放上传文件的目录
Const UpFileType="doc|ppt|xls|rar|zip|mdb|mp3|pdf|gsp|DWF|txt" '允许的上传文件类型
Const byteType="操|法轮功|做|垃圾|狗屎|日|婊子|妈的|贱" '留言本过滤词语
Const byteipType="" '网站恶意IP地址留言屏蔽
Const bytezfType="" '网站恶意广告留言字符屏蔽
Const newsipType="" '浏览文章IP限制设置(填写为允许、发文需要相应设置)
Const echuangmenu=" <a href='index.asp' class=top1> 首 页</a> <a href='E_Special.asp' class=top> 专题报道 </a> <a href='E_PhotoNews.asp' class=top target='_blank'> 图片新闻 </a> <a href=E_LeadMail.asp class=top target='_blank'> 民政互动</a> <a href=bbs/ class=top target='_blank'> 论坛交流</a> <a href=OA/ class=top target='_blank'> 网上办公 </a>" '自定义菜单
Const BOTTOMmenu="<a href='E_Special.asp' class=bottom> 专题报道 </a>|<a href='E_PhotoNews.asp' class=bottom target='_blank'> 图片新闻 </a>|<a href='./map.asp' class=bottom> 网站地图 </a>|<a href='mailto:webmaster@wygk.cn' class=bottom> 联系我们 </a>|" '自定义底部菜单
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -