找到/include/arc.archives.class.php
把函数GetTemPleteFile()中的if (!preg_match("#.htm$#", $tmpfile)) return FALSE;(大概在556行),
改为if (!preg_match("#.html?$#", $tmpfile)) return FALSE;即可。
THE END
找到/include/arc.archives.class.php
把函数GetTemPleteFile()中的if (!preg_match("#.htm$#", $tmpfile)) return FALSE;(大概在556行),
改为if (!preg_match("#.html?$#", $tmpfile)) return FALSE;即可。