1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

add _DISABLE_FLOICON

This commit is contained in:
Andrew Dolgov 2013-04-18 14:41:30 +04:00
parent 6421b42963
commit 073672ccd5

View File

@ -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);