PbootCMS附件上传失败报错UNKNOW: Code: 8192; Desc: stripos():

image

打开/core/function/file.php,搜索以下
 if (stripos($types, $ext) !== false)

替换成if (stripos($types, chr($ext)) !== false)

posted @ 2026-03-11 13:35  可有仙子迎风立  阅读(5)  评论(0)    收藏  举报