Browse Source

Add mapping for dng extension.

pull/282/head
Adam Vessey 12 years ago
parent
commit
39389d63cf
  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