From 9bd43d7aea638b8c5ce7e2745ef052056bb36245 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 2 Jun 2006 06:42:49 +0000 Subject: - added "set_image_header" function for global image controling (Eugene) - Added database patch for oracle (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2938 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/graph.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'frontends/php/include/classes') diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php index 31398cf8..9c2ea375 100644 --- a/frontends/php/include/classes/graph.inc.php +++ b/frontends/php/include/classes/graph.inc.php @@ -932,11 +932,7 @@ // $this->im = imagecreate($this->sizeX+$this->shiftX+61,$this->sizeY+2*$this->shiftY+40); - Header( "Content-type: text/html"); -/* - Header( "Content-type: image/png"); - Header( "Expires: Mon, 17 Aug 1998 12:51:50 GMT"); -/**/ + set_image_header(); check_authorisation(); -- cgit