aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-02 02:43:36 -0800
committerfriendica <info@friendica.com>2014-02-02 02:43:36 -0800
commit6b15e57cdbb1b525528f1e67aaa071d0ef4e6e25 (patch)
treefd242e0d18f706061b5d6b2ab7fb0f35e5e80569 /include/attach.php
parent17436f060f54e1c218296bce0bdc7b05abe4ee33 (diff)
downloadvolse-hubzilla-6b15e57cdbb1b525528f1e67aaa071d0ef4e6e25.tar.gz
volse-hubzilla-6b15e57cdbb1b525528f1e67aaa071d0ef4e6e25.tar.bz2
volse-hubzilla-6b15e57cdbb1b525528f1e67aaa071d0ef4e6e25.zip
add epub mimetype (application/epub+zip)
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php1
1 files changed, 1 insertions, 0 deletions
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',