Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Description updated
  • Loading branch information
Max Korlaar committed Jan 18, 2015
1 parent 476f035 commit 4e289c8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions getRotating.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
/*
* Get a GIF of a rotating Minecraft skin. Uses the moreMCavatar class.
*/
/**
* @author Max Korlaar
* Get a GIF of a rotating Minecraft skin. Uses the moreMCavatar class.
* Requests data from GET and creates a new moreMCavatar instance, which will do the rest of it.
*/
ini_set('display_errors', 1); // My webserver defaults to false.
require_once('includes/moreMCavatar.php');
$avatar = new moreMCavatar();
Expand Down

0 comments on commit 4e289c8

Please sign in to comment.