织梦自定义表单提交停留时间修改

织梦系统系统自定义表单提交信息后有个短暂停留时间,可以修改停留时间。

修改 /include/common.func.php  237行

$litime = ($limittime==0 ? 1000 : $limittime);

$func = ”;

if($gourl==’-1′)

{

    if($limittime==0) $litime = 5000;

    $gourl = “javascript:history.go(-1);”;

}

红色加粗为停留时间修改的位置。可根据实际情况自己调整。