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', 'txt' => 'text/plain',
// images: // images:
"bmp" => "image/bmp", "bmp" => "image/bmp",
'dng' => 'image/x-adobe-dng',
"gif" => "image/gif", "gif" => "image/gif",
"ief" => "image/ief", "ief" => "image/ief",
"jpeg" => "image/jpeg", "jpeg" => "image/jpeg",

Loading…
Cancel
Save