diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-08-17 12:39:05 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-08-17 12:39:05 +0200 |
commit | 850ee93711334831fb14ff3d017eaafb3de8e93a (patch) | |
tree | 01ddd5cce62c4f0f4b821abf4c862222bfee9cb6 | |
parent | 017d8b410a8cb98041f860ab7569506a18dff7e9 (diff) | |
download | nextcloud-server-850ee93711334831fb14ff3d017eaafb3de8e93a.tar.gz nextcloud-server-850ee93711334831fb14ff3d017eaafb3de8e93a.zip |
add impress mimetype
-rw-r--r-- | lib/mimetypes.list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 37d50756d57..8386bcb93f3 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -93,4 +93,5 @@ return array( 'pptx'=>'application/mspowerpoint', 'sgf' => 'application/sgf', 'cdr' => 'application/coreldraw', + 'impress' => 'text/impress', ); |