diff options
-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', ); |