请教:module\sell\task.inc.php里代码问题
供应信息显示公司基本资料信息很慢(要20多秒),把task.inc.php的53、54行代码注释掉后,3秒就能显示出来//include DT_ROOT.'/include/update.inc.php';
//if($MOD['show_html'] && $task_item && $DT_TIME - @filemtime(DT_ROOT.'/'.$MOD['moduledir'].'/'.$item['linkurl']) > $task_item) tohtml('show', $module);
这些代码的作用是什么呢?如果注释掉,会不会对系统有影响?
它们用于自动更新html静态页面
页:
[1]