后台卡死
/dede/templets/index_body.htm
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
});
$.get("index_body.php?dopost=get_seo",function(data)
{
if(data !== '')
{
$("#SEOInfo").html(data);
}
});
全局修改 /include/dedesql.class.php $this->safeCheck = flase;
文件修改 $dsql->safeCheck=false;