thomascube
2009-02-27 65ce3d2991d31b8b799956578f183ac58692e15a
Add mimetype for .rar files according to a comment in #1485311

1 files modified
1 ■■■■ changed files
config/mimetypes.php 1 ●●●● patch | view | raw | blame | history
config/mimetypes.php
@@ -40,6 +40,7 @@
  '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',
);
?>