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-07 11:42  可有仙子迎风立  阅读(11)  评论(0)    收藏  举报