Add another extension in the mimetypes array. Mentionned a long time ago
by Jillmess and totally forgot about it.
This commit is contained in:
parent
05cf561683
commit
e5d0933971
1
data.php
1
data.php
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue