|
@@ -31,6 +31,7 @@ $FileExtensionToMimeType = array('bmp' => 'image/x-bitmap',
|
|
'png' => 'image/png',
|
|
'png' => 'image/png',
|
|
'rtf' => 'text/richtext',
|
|
'rtf' => 'text/richtext',
|
|
'txt' => 'text/plain',
|
|
'txt' => 'text/plain',
|
|
|
|
+ 'patch'=> 'text/plain',
|
|
'vcf' => 'text/x-vcard');
|
|
'vcf' => 'text/x-vcard');
|
|
|
|
|
|
/* Register browser-supported image types */
|
|
/* Register browser-supported image types */
|