Browse Source

Merge pull request #282 from adam-vessey/7.x

Add mapping for dng extension.
pull/283/head
Jordan Dukart 12 years ago
parent
commit
76f1350511
  1. 1
      includes/mime_detect.inc

1
includes/mime_detect.inc

@ -139,6 +139,7 @@ class MimeDetect {
'txt' => 'text/plain',
// images:
"bmp" => "image/bmp",
'dng' => 'image/x-adobe-dng',
"gif" => "image/gif",
"ief" => "image/ief",
"jpeg" => "image/jpeg",

Loading…
Cancel
Save