header function should be uncommented.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293622 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yago Ferrer 2010-01-16 15:44:04 +00:00
parent 8e12866096
commit eccb8a719d

View file

@ -89,7 +89,7 @@ $bg = imagecolorat($im, 0, 0);
imagecolorset($im, $bg, 0, 0, 255);
// Output the image to the browser
//header('Content-type: image/png');
header('Content-type: image/png');
imagepng($im);
imagedestroy($im);