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 changed files with 1 additions and 0 deletions
1
data.php
1
data.php
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue