add epub mimetype (application/epub+zip)

This commit is contained in:
friendica 2014-02-02 02:43:36 -08:00
parent 17436f060f
commit 6b15e57cdb
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -1 +1 @@
2014-02-01.575
2014-02-02.576