Add ebook specific mimetypes
This commit is contained in:
parent
1d57a2e2a9
commit
eb9cd0858e
|
@ -95,4 +95,7 @@ return array(
|
|||
'cdr' => 'application/coreldraw',
|
||||
'impress' => 'text/impress',
|
||||
'ai' => 'application/illustrator',
|
||||
'epub' => 'application/epub+zip',
|
||||
'mobi' => 'application/x-mobipocket-ebook',
|
||||
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue