Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0-b2
-
Fix Version/s: 5.0.0
-
Component/s: None
-
Labels:None
Description
The logo displayed is streamed via a controller which automatically detects the correct file type using mime_content_type(). Unfortunately that method is only available through an extension (see the docs: https://www.php.net/manual/en/function.mime-content-type.php). Granted that extension is included in PHP by default, but an extension none the less.
We need to find an alternative, or at least show a message when setting a custom logo.