Add correct mimetype for *.ibooks files. reported by flowney

This commit is contained in:
Sébastien Lucas 2014-05-09 15:31:00 +02:00
bovenliggende d6dd31fa77
commit a1c8808602
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen

Bestand weergeven

@ -28,6 +28,7 @@ class Data extends Base {
'doc' => 'application/msword',
'epub' => 'application/epub+zip',
'fb2' => 'text/fb2+xml',
'ibooks'=> 'application/x-ibooks+zip',
'kepub' => 'application/epub+zip',
'kobo' => 'application/x-koboreader-ebook',
'mobi' => 'application/x-mobipocket-ebook',