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
vanhempi 05cf561683
commit e5d0933971
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa

Näytä tiedosto

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