Add ebook specific mimetypes

This commit is contained in:
TheSFReader 2013-01-17 21:57:04 +01:00
parent 1d57a2e2a9
commit eb9cd0858e
1 changed files with 3 additions and 0 deletions

View File

@ -95,4 +95,7 @@ return array(
'cdr' => 'application/coreldraw',
'impress' => 'text/impress',
'ai' => 'application/illustrator',
'epub' => 'application/epub+zip',
'mobi' => 'application/x-mobipocket-ebook',
);