include\FCKeditor\editor\dialog\image.php 打开这个文件
dede 上传 图片 总是带连接的解决方法
{
if(empty($cfg_basehost)) $cfg_basehost = ' http://'.$_SERVER["HTTP_HOST"];
$imgHtml .= "<img src='{$cfg_basehost}$imgsrcValue' width='$imgwidthValue' border='0' height='$imgheightValue' alt='' /><br />图片{$i}<br />\r\n";
}
来源: http://hi.baidu.com/bdkaiz/item/5dd642ca5d8351d3964452ec