Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarshall committed Aug 12, 2011
1 parent 3f0d0c6 commit 4800873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ After this you can call any of the functions such as :

$this->gravatar->get_gravatar('emailhere');


The class is documented in the file, for any further help drop me a message on github or on twitter @rsmarshall
1 change: 1 addition & 0 deletions libraries/gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

class Gravatar {

private $base_url = 'http://www.gravatar.com/';
private $secure_base_url = 'https://secure.gravatar.com/';

Expand Down

0 comments on commit 4800873

Please sign in to comment.