summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart5.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-13 13:59:16 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-13 13:59:16 +0000
commit6982fb3d2443946171de306f5078925dfaeae359 (patch)
tree704951b6c60210abddd4b1570c70a12e2aa25b9f /frontends/php/chart5.php
parentf7f74958b31cb3c8009d5946497911bfcf00cac0 (diff)
downloadzabbix-6982fb3d2443946171de306f5078925dfaeae359.tar.gz
zabbix-6982fb3d2443946171de306f5078925dfaeae359.tar.xz
zabbix-6982fb3d2443946171de306f5078925dfaeae359.zip
- different icons depending on a triger status for sysmaps (Alexei)
- added column sysmaps_hosts.icon_on (Alexei) - hierarchial maps (Alexei) - added column sysmaps_hosts.url (Alexei) - upgrades/dbpatches/1.0_to_1.1alpha1/data/images/ (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1421 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart5.php')
-rw-r--r--frontends/php/chart5.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/chart5.php b/frontends/php/chart5.php
index f8a8ab1b..574a3b5b 100644
--- a/frontends/php/chart5.php
+++ b/frontends/php/chart5.php
@@ -90,7 +90,7 @@
// if(!check_right_on_trigger("R",$_GET["triggerid"]))
// {
-// ImagePng($im);
+// ImageOut($im);
// ImageDestroy($im);
// exit;
// }
@@ -225,6 +225,6 @@
$end_time=time(NULL);
ImageString($im, 0,imagesx($im)-100,imagesy($im)-12,"Generated in ".($end_time-$start_time)." sec", $gray);
- ImagePng($im);
+ ImageOut($im);
ImageDestroy($im);
?>