From 39389d63cfffba609d0bdd0b87534f6accc68cc4 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Mon, 4 Mar 2013 14:12:06 -0400 Subject: [PATCH] Add mapping for dng extension. --- includes/mime_detect.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index 7e1fb7f7..0914f62b 100644 --- a/includes/mime_detect.inc +++ b/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",