diff options
author | TheSFReader <TheSFReader@gmail.com> | 2013-01-17 21:57:04 +0100 |
---|---|---|
committer | TheSFReader <TheSFReader@gmail.com> | 2013-01-17 21:57:04 +0100 |
commit | eb9cd0858eb81b5783fa92c34d6f5b131b80e079 (patch) | |
tree | bafdf2a23fa2acfc0f845edca03bf55719ceba4a | |
parent | 1d57a2e2a9d5e392bb1061479543cd1dec860c4b (diff) | |
download | nextcloud-server-eb9cd0858eb81b5783fa92c34d6f5b131b80e079.tar.gz nextcloud-server-eb9cd0858eb81b5783fa92c34d6f5b131b80e079.zip |
Add ebook specific mimetypes
-rw-r--r-- | lib/mimetypes.list.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 77b97917583..a0d1a287e9a 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -95,4 +95,7 @@ return array( 'cdr' => 'application/coreldraw', 'impress' => 'text/impress', 'ai' => 'application/illustrator', + 'epub' => 'application/epub+zip', + 'mobi' => 'application/x-mobipocket-ebook', + ); |