mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-14 20:40:59 +02:00
Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
This reverts commit 7f1113a56ad8e66ce3dd9886b4b11dfc30573c7f.
This commit is contained in:
parent
96db9a14d9
commit
f1c6dd7e90
@ -286,7 +286,7 @@ function hsl2rgb($arr) {
|
|||||||
|
|
||||||
$size = @getimagesize($imageFile);
|
$size = @getimagesize($imageFile);
|
||||||
|
|
||||||
if (defined('_ENABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') {
|
if (!defined('_DISABLE_FLOICON') && strtolower($size['mime']) == 'image/vnd.microsoft.icon') {
|
||||||
$ico = new floIcon();
|
$ico = new floIcon();
|
||||||
@$ico->readICO($imageFile);
|
@$ico->readICO($imageFile);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user