mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 04:51:00 +02:00
add _DISABLE_FLOICON
This commit is contained in:
parent
6421b42963
commit
073672ccd5
@ -286,7 +286,7 @@ function hsl2rgb($arr) {
|
||||
|
||||
$size = @getimagesize($imageFile);
|
||||
|
||||
if (strtolower($size['mime']) == 'image/vnd.microsoft.icon') {
|
||||
if (!defined('_DISABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') {
|
||||
$ico = new floIcon();
|
||||
@$ico->readICO($imageFile);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user