From: pk910 Date: Fri, 15 Feb 2013 09:27:52 +0000 (+0100) Subject: fixed small graph error X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=commitdiff_plain;h=cdf14cc9d75eb1919d8730c33b2921a0112e5c23 fixed small graph error --- 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) {