mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 06:35:55 +00:00
Revert "floIcon: set cap on image size"
This reverts commit cb50799560.
This commit is contained in:
@@ -780,10 +780,6 @@ class floIconImage {
|
||||
$this->_entryIconFormat = fread($filePointer, 16);
|
||||
$this->_entry = unpack("CWidth/CHeight/CColorCount/CReserved/SPlanes/SBitCount/LSizeInBytes/LFileOffset", $this->_entryIconFormat);
|
||||
|
||||
// fox
|
||||
if ($this->_entry["SizeInBytes"] > 16384)
|
||||
$this->_entry["SizeInBytes"] = 16384;
|
||||
|
||||
// Position the file pointer.
|
||||
fseek($filePointer, $this->_entry["FileOffset"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user