From ac9c6ecc360df3e9347194fbb2924b2bf68954f4 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 30 Dec 2005 11:36:15 +0000 Subject: - added Graphs synchronization for linked hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2458 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/chart_sla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/chart_sla.php') diff --git a/frontends/php/chart_sla.php b/frontends/php/chart_sla.php index a07dccd8..04a11c5a 100644 --- a/frontends/php/chart_sla.php +++ b/frontends/php/chart_sla.php @@ -30,7 +30,7 @@ $sizeX=200; $sizeY=15; -// Header( "Content-type: text/html"); +# Header( "Content-type: text/html"); Header( "Content-type: image/png"); Header( "Expires: Mon, 17 Aug 1998 12:51:50 GMT"); -- cgit