在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
fckeditor\editor\filemanager\connectors\asp 目录下 两个文件connector.asp upload.asp 里判断是否登录后台 connector.asp If ( ConfigIsEnabled = False ) Then SendError 1, "This connector is disabled. Please check the ""editor/filemanager/connectors/asp/config.asp"" file" End If 在这段代码之前增加身份判断 if 没登录 then SendError 1, "no login" end if upload.asp if fckeditor 目录改名 尽量改成fckeditor没有关系的名字 |
请发表评论