Dedecms修改文章时间不变的解决方法
登陆网站的后台找到文件和代码: /dede/templets/artical_edit.htm 把 $nowtime = GetDateTimeMk(time()); 改成 $nowtime = GetDateTimeMk($arcRow["pubdate"]); 就可以解决问题。
版权保护: 转载请保留链接: https://cgy.isi8.cn/dedecms/80.html
登陆网站的后台找到文件和代码: /dede/templets/artical_edit.htm 把 $nowtime = GetDateTimeMk(time()); 改成 $nowtime = GetDateTimeMk($arcRow["pubdate"]); 就可以解决问题。
版权保护: 转载请保留链接: https://cgy.isi8.cn/dedecms/80.html