Changeset 403e3f4 in github
- Timestamp:
- Jul 18, 2008 7:38:56 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- bc0fe54
- Parents:
- b82a626
- File:
-
- 1 edited
-
program/include/rcube_shared.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_shared.inc
rb541216 r403e3f4 562 562 563 563 if (function_exists('mime_content_type')) { 564 return mime_content_type($path); 565 } 564 $finfo = mime_content_type($path); 565 if ($finfo) 566 return $finfo; 567 } 568 566 569 if (!extension_loaded('fileinfo')) { 567 570 if (!dl('fileinfo.' . PHP_SHLIB_SUFFIX)) { … … 569 572 } 570 573 } 574 571 575 $finfo = finfo_open(FILEINFO_MIME, $mime_magic); 572 576 if (!$finfo) {
Note: See TracChangeset
for help on using the changeset viewer.
