• 打开 /core/function/file.php 文件
  • 找到 if (stripos($types, $ext) !== false),修改为:
    if (stripos($types, chr($ext)) !== false)
  • 保存后重新上传附件。