remove duplicate exe mimetype, add correct msi mimetype
This commit is contained in:
parent
d2f2645a6a
commit
9404a8f40c
1 changed files with 1 additions and 2 deletions
|
@ -66,6 +66,7 @@ return array(
|
|||
'xlsx'=>'application/msexcel',
|
||||
'php'=>'application/x-php',
|
||||
'exe'=>'application/x-ms-dos-executable',
|
||||
'msi'=>'application/x-msi',
|
||||
'pl'=>'application/x-pearl',
|
||||
'py'=>'application/x-python',
|
||||
'blend'=>'application/x-blender',
|
||||
|
@ -97,8 +98,6 @@ return array(
|
|||
'ai' => 'application/illustrator',
|
||||
'epub' => 'application/epub+zip',
|
||||
'mobi' => 'application/x-mobipocket-ebook',
|
||||
'exe' => 'application',
|
||||
'msi' => 'application',
|
||||
'md' => 'text/markdown',
|
||||
'markdown' => 'text/markdown',
|
||||
'mdown' => 'text/markdown',
|
||||
|
|
Loading…
Reference in a new issue