Skip to content

Commit

Permalink
Update image.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VeerMuchandi authored May 15, 2017
1 parent fa106cd commit 54c33ae
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 filled 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 54c33ae

Please sign in to comment.