dedecms5.7 无法在这个位置找到: head.htm2
arc.archives.class.php?文件中的:
修改:
//if (!preg_match("#.htm$#", $tmpfile)) return FALSE;
==
? if (!preg_match("#.(htm|html)", $tmpfile)) return FALSE;
发布时间: 2013-07-08 14:13:00 作者: rapoo
dedecms5.7 无法在这个位置找到: head.htm2
arc.archives.class.php?文件中的:
修改:
//if (!preg_match("#.htm$#", $tmpfile)) return FALSE;
==
? if (!preg_match("#.(htm|html)", $tmpfile)) return FALSE;