From 65ce3d2991d31b8b799956578f183ac58692e15a Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 27 Feb 2009 10:22:09 +0000 Subject: Add mimetype for .rar files according to a comment in #1485311 --- config/mimetypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mimetypes.php b/config/mimetypes.php index 7fb4ed2fe..2e95a29fd 100644 --- a/config/mimetypes.php +++ b/config/mimetypes.php @@ -40,6 +40,7 @@ return array( 'xlsm' => 'application/vnd.ms-excel.sheet.macroEnabled.12', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xps' => 'application/vnd.ms-xpsdocument', + 'rar' => 'application/x-rar-compressed', ); ?> \ No newline at end of file -- cgit v1.2.3