diff --git a/public/Examples/Glyphs_GD.php b/public/Examples/Glyphs_GD.php index 49ad241..68ce7ec 100755 --- a/public/Examples/Glyphs_GD.php +++ b/public/Examples/Glyphs_GD.php @@ -14,7 +14,7 @@ error_reporting(E_ALL); // Set the content-type -//header("Content-type: image/png"); +header("Content-type: image/png"); // Create the image $im = @imagecreatefromgif('GD/bg.gif');