Ticket #1485222: fifno.patch
| File fifno.patch, 482 bytes (added by arekm, 6 months ago) |
|---|
-
../program/include/rcube_shared.inc
old new 561 561 $mime_magic = $CONFIG['mime_magic']; 562 562 563 563 if (function_exists('mime_content_type')) { 564 return mime_content_type($path); 564 $finfo = mime_content_type($path); 565 if ($finfo) 566 return $finfo; 565 567 } 566 568 if (!extension_loaded('fileinfo')) { 567 569 if (!dl('fileinfo.' . PHP_SHLIB_SUFFIX)) {
