diff options
-rw-r--r-- | config/mimetypes.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |