Add mime-type mapping for 7zip files (#1489512)

pull/165/head
Thomas Bruederli 10 years ago
parent f5007eca74
commit 1562a83608

@ -49,6 +49,8 @@ return array(
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'xps' => 'application/vnd.ms-xpsdocument',
'rar' => 'application/x-rar-compressed',
'7z' => 'application/x-7z-compressed',
's7z' => 'application/x-7z-compressed',
'vcf' => 'text/vcard',
'ics' => 'text/calendar',
);

Loading…
Cancel
Save