From 600d1fa907d54c247ab2fdb38573c4503aeffc8a Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 9 May 2007 13:38:49 +0000 Subject: - increased maximal size of images (Eugene) - improoved validation - more git-svn-id: svn://svn.zabbix.com/trunk@4109 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/include') diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 90ec4ab1..0badb8c4 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1911,6 +1911,8 @@ else if (document.getElementById) ImageJPEG($image); else ImagePNG($image); + + imagedestroy($image); } /* function: -- cgit