phpcms添加内容时不自动生成首页和栏目页静态文件

打开phpcms/model/content_model.calss.php
大概在225行,找到如下代码注释掉

//if(defined('INDEX_HTML')) $html->index();
//if(defined('RELATION_HTML')) $html->create_relation_html($catid);

大概在325行,找到如下代码注释掉

//if(defined('INDEX_HTML')) $html->index();
//if(defined('RELATION_HTML')) $html->create_relation_html($systeminfo['catid']);

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: