From 6b15e57cdbb1b525528f1e67aaa071d0ef4e6e25 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 2 Feb 2014 02:43:36 -0800 Subject: add epub mimetype (application/epub+zip) --- include/attach.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/attach.php b/include/attach.php index dbc489a2d..af1159957 100644 --- a/include/attach.php +++ b/include/attach.php @@ -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', -- cgit v1.2.3