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沒有關系的名字