]> git.wh0rd.org Git - tt-rss.git/commitdiff
add _DISABLE_FLOICON
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 18 Apr 2013 10:41:30 +0000 (14:41 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 18 Apr 2013 10:41:30 +0000 (14:41 +0400)
include/colors.php

index b20c34c4177df9ddf2cde9061a4b42ddfdf7dc4d..7cf1a6af0a71241e6e66cca2de2d82da09a5621d 100644 (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);