add epub mimetype (application/epub+zip)
This commit is contained in:
parent
17436f060f
commit
6b15e57cdb
@ -26,6 +26,7 @@ function z_mime_content_type($filename) {
|
||||
'xml' => 'application/xml',
|
||||
'swf' => 'application/x-shockwave-flash',
|
||||
'flv' => 'video/x-flv',
|
||||
'epub' => 'application/epub+zip',
|
||||
|
||||
// images
|
||||
'png' => 'image/png',
|
||||
|
@ -1 +1 @@
|
||||
2014-02-01.575
|
||||
2014-02-02.576
|
||||
|
Reference in New Issue
Block a user