fckeditor 防止上传非法文件 增加登录判断
程序员文章站
2022-03-07 19:14:19
fckeditor\editor\filemanager\connectors\asp 目录下 两个文件connector.asp upload.asp 里判断是否登录后台...
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没有关系的名字
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没有关系的名字
下一篇: 为什么说千万不要吃巴沙鱼?