怎样不对啊,我是直接下载下来什么都没改过
我修改了FCKeditor\fckconfig.js的部分内容
1、修改配置文件FCKeditor\fckconfig.js中的两段内容 
//Link Browsing 
FCKConfig.LinkBrowser = true ; 
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" ; 
FCKConfig.LinkBrowserWindowWidth = screen.width * 0.7 ; // 70% 
FCKConfig.LinkBrowserWindowHeight = screen.height * 0.7 ; // 70% //Image Browsing 
FCKConfig.ImageBrowser = true ; 
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php" ; 
FCKConfig.ImageBrowserWindowWidth = screen.width * 0.7 ; // 70% ; 
FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ; // 70% ;