summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart_diff.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/chart_diff.php')
-rw-r--r--frontends/php/chart_diff.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/chart_diff.php b/frontends/php/chart_diff.php
index 2f0b1de9..1c5db867 100644
--- a/frontends/php/chart_diff.php
+++ b/frontends/php/chart_diff.php
@@ -91,7 +91,7 @@
{
// show_table_header("<font color=\"AA0000\">No permissions !</font>");
// show_footer();
- ImagePng($im);
+ ImageOut($im);
ImageDestroy($im);
exit;
}
@@ -210,6 +210,6 @@
ImageStringUp($im,0,imagesx($im)-10,imagesy($im)-50, "http://www.zabbix.com", $gray);
- ImagePng($im);
+ ImageOut($im);
ImageDestroy($im);
?>