Browse Source

Merge pull request #556 from MorganDawe/7.x-WRLC-mimework

7.x wrlc mimework
pull/557/head
Adam 10 years ago
parent
commit
1987659496
  1. 1
      includes/mime_detect.inc

1
includes/mime_detect.inc

@ -222,6 +222,7 @@ class MimeDetect {
"tar" => "application/x-tar",
"gtar" => "application/x-gtar",
"zip" => "application/x-zip",
"dat" => "application/octet-stream",
// others:
'bin' => 'application/octet-stream',
// Web Archives:

Loading…
Cancel
Save