dedecms5.7 无法在这个位置找到: head.htm2
arc.archives.class.php?文件中的:
修改:
//if (!preg_match("#.htm$#", $tmpfile)) return FALSE;
==
? if (!preg_match("#.(htm|html)", $tmpfile)) return FALSE;