From cdf14cc9d75eb1919d8730c33b2921a0112e5c23 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 15 Feb 2013 10:27:52 +0100 Subject: [PATCH] fixed small graph error --- htdocs/lib/graph.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/graph.class.php b/htdocs/lib/graph.class.php index 6fdc069..78deef3 100644 --- a/htdocs/lib/graph.class.php +++ b/htdocs/lib/graph.class.php @@ -352,6 +352,7 @@ class graph_image_generator { header('Content-Type: image/png'); imagepng($image); imagedestroy($image); + die(); } private function parse_data($data) { -- 2.20.1