Skip to content

Commit

Permalink
fix glyphs example
Browse files Browse the repository at this point in the history
  • Loading branch information
alhoqbani committed Jul 11, 2017
1 parent 78d2296 commit 00b5af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Examples/Glyphs_GD.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 00b5af2

Please sign in to comment.