summaryrefslogtreecommitdiff
path: root/include/colors.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 14:41:30 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 14:41:30 +0400
commit073672ccd50d76800b5c2489cea9105aec8957eb (patch)
tree11df1a7592dded50ee936b08dd8022913390a44e /include/colors.php
parent6421b42963611ed807bfb2000694f2cce4b42611 (diff)
add _DISABLE_FLOICON
Diffstat (limited to 'include/colors.php')
-rw-r--r--include/colors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/colors.php b/include/colors.php
index b20c34c41..7cf1a6af0 100644
--- a/include/colors.php
+++ b/include/colors.php
@@ -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);