‘max_width’ => ‘1920’ 最大宽度1920 ‘max_height’ => ” 最大高度不填写代表不限制

PbootCMS附件上传时报错:

图片[1]-‘max_width’ => ‘1920’    最大宽度1920   ‘max_height’ => ”    最大高度不填写代表不限制-源码分享网if (stripos($types, $ext) !== false)

替换成

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

 

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容