增加webp上传格式

This commit is contained in:
2022-08-24 15:16:20 +08:00
parent ed08fb1d60
commit b3f42b8869
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ $ul_system_config = array(
array(
"name" => "upload_allow_ext",
"group" => "upload",
"value" => "jpg,jpeg,png,gif,bmp,doc,docx,xls,xlsx,ppt,pptx,pdf,zip,rar,7z,txt,mp3,wma,wav,mid,m4a,mp4,avi,wmv,3gp,flv",
"value" => "jpg,jpeg,png,gif,bmp,doc,docx,xls,xlsx,ppt,pptx,pdf,zip,rar,7z,txt,mp3,wma,wav,mid,m4a,mp4,avi,wmv,3gp,flv,webp",
"remark" => "允许上传的文件类型",
"sort" => 0,
),