From eccb8a719d87fe3fb10a0b88fd1a5a56d09cdc0f Mon Sep 17 00:00:00 2001 From: Yago Ferrer Date: Sat, 16 Jan 2010 15:44:04 +0000 Subject: [PATCH] header function should be uncommented. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293622 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecolorset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/image/functions/imagecolorset.xml b/reference/image/functions/imagecolorset.xml index d2eb63e697..8382e66141 100644 --- a/reference/image/functions/imagecolorset.xml +++ b/reference/image/functions/imagecolorset.xml @@ -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);