diff options
author | thomascube <thomas@roundcube.net> | 2009-02-27 10:22:09 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-02-27 10:22:09 +0000 |
commit | 65ce3d2991d31b8b799956578f183ac58692e15a (patch) | |
tree | 490e09e324314ce9155481d0198dbcd2942e5328 /config | |
parent | 0ea569c29f9bdab35ccb429733279db730cd6abd (diff) |
Add mimetype for .rar files according to a comment in #1485311
Diffstat (limited to 'config')
-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 |