Skip to content

Commit

Permalink
Update image.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VeerMuchandi authored Sep 21, 2016
1 parent 2180643 commit b00bc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$green = imagecolorallocate($im, 0, 255, 0);

// Draw a white rectangle
//imagefilledrectangle($im, 0, 0, 199, 199, $blue);
imagefilledrectangle($im, 0, 0, 199, 199, $green);
imagefilledrectangle($im, 0, 0, 199, 199, $blue);
//imagefilledrectangle($im, 0, 0, 199, 199, $green);

// Save the image
header('Content-Type: image/png');
Expand Down

0 comments on commit b00bc80

Please sign in to comment.