Add ICO mimetype
This commit is contained in:
parent
7b315bcc25
commit
a9595720c6
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ Procedure.s mimetype(file.s)
|
|||
ProcedureReturn "application/vnd.ms-excel"
|
||||
Case "ppt"
|
||||
ProcedureReturn "application/vnd.ms-powerpoint"
|
||||
Case "ico"
|
||||
ProcedureReturn "image/vnd.microsoft.icon"
|
||||
Case "png"
|
||||
ProcedureReturn "image/png"
|
||||
Case "gif"
|
||||
|
|
Loading…
Reference in a new issue