mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8e12866096
commit
eccb8a719d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue