diff options
author | Björn Schießle <schiessle@owncloud.com> | 2012-10-11 16:14:29 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2012-10-11 16:14:29 +0200 |
commit | 86d978be7801e23b67c3fc6241aa7f21184011cc (patch) | |
tree | 855ed6e054a6eb93e62ede87009918297148b7cd /lib | |
parent | 77d91d5a03819cf1f768ecdfbd2f67090a84790b (diff) | |
download | nextcloud-server-86d978be7801e23b67c3fc6241aa7f21184011cc.tar.gz nextcloud-server-86d978be7801e23b67c3fc6241aa7f21184011cc.zip |
add *.ai files to the mimetypes list
Diffstat (limited to 'lib')
-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 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', ); |