Add another extension in the mimetypes array. Mentionned a long time ago

by Jillmess and totally forgot about it.
This commit is contained in:
Sébastien Lucas 2013-01-19 21:28:07 +01:00
parent 05cf561683
commit e5d0933971

View file

@ -18,6 +18,7 @@ class Data extends Base {
public static $mimetypes = array( public static $mimetypes = array(
'azw' => 'application/x-mobipocket-ebook', 'azw' => 'application/x-mobipocket-ebook',
'azw3' => 'application/x-mobipocket-ebook',
'cbz' => 'application/x-cbz', 'cbz' => 'application/x-cbz',
'cbr' => 'application/x-cbr', 'cbr' => 'application/x-cbr',
'doc' => 'application/msword', 'doc' => 'application/msword',