From: Alan Date: Thu, 9 Nov 2023 02:50:24 +0000 (+0800) Subject: x-ms-bmp not supported by miemtype file now X-Git-Url: http://git.roojs.org/?p=pear;a=commitdiff_plain;h=f5dc0205d14653ff3e48a14b2b030dcbe141a3f0 x-ms-bmp not supported by miemtype file now --- diff --git a/File/MimeType.php b/File/MimeType.php index ea580488..416a2bcb 100644 --- a/File/MimeType.php +++ b/File/MimeType.php @@ -88,6 +88,7 @@ class File_MimeType array( 'audio/mpeg', array('mp3')), array( 'application/vnd.rn-realmedia', array('rm')), array( 'image/bmp', array('bmp')), + array( 'image/x-ms-bmp', array('bmp')), array( 'image/cgm', array('cgm')), array( 'image/webp', array('webp')),