Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-10-11 18:14:29 +0400
committerBjörn Schießle <schiessle@owncloud.com>2012-10-11 18:14:29 +0400
commit86d978be7801e23b67c3fc6241aa7f21184011cc (patch)
tree855ed6e054a6eb93e62ede87009918297148b7cd /lib/mimetypes.list.php
parent77d91d5a03819cf1f768ecdfbd2f67090a84790b (diff)
add *.ai files to the mimetypes list
Diffstat (limited to 'lib/mimetypes.list.php')
-rw-r--r--lib/mimetypes.list.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php
index 8386bcb93f3..77b97917583 100644
--- a/lib/mimetypes.list.php
+++ b/lib/mimetypes.list.php
@@ -94,4 +94,5 @@ return array(
'sgf' => 'application/sgf',
'cdr' => 'application/coreldraw',
'impress' => 'text/impress',
+ 'ai' => 'application/illustrator',
);