织梦后台强烈建议data/common.inc.php文件属性设置为644(Linux/Unix)或只读(NT)
修改/dede(后台)/templets/index_body.htm 里面的第25-41行,把这行函数删掉即可
$(function()
修改/dede(后台)/templets/index_body.htm 里面的第25-41行,把这行函数删掉即可
$(function()
{
$.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);
}
});
});
