X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Flib%2Fgraph.class.php;fp=htdocs%2Flib%2Fgraph.class.php;h=78deef381d341161ca9e988b45e654af1fcf8fb1;hp=6fdc069c8b2e1d92fd6c97acdb94c70388213aee;hb=cdf14cc9d75eb1919d8730c33b2921a0112e5c23;hpb=38cb4c7eb8706a5e500957185493e2025fde5dc1 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) {