Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Aug 19, 2012
1 parent 9e1668d commit 685a844
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Vendor/tmhOAuth/tmhOAuth.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
* @author pocket7878 * @author pocket7878
* @version 0.1 * @version 0.1
* *
* 12 August 2012 * 19 August 2012
*/ */
class tmhOAuth { class tmhOAuth {
// Modified: (Pocket7878)
const VERSION = 0.1; const VERSION = 0.1;


/** /**
Expand Down Expand Up @@ -101,7 +102,8 @@ function set_user_agent() {
$ssl = '-SSL'; $ssl = '-SSL';
} }


$ua = 'tmhOAuth ' . self::VERSION . $ssl . ' - //github.com/themattharris/tmhOAuth'; // Modified: (Pocket7878)
$ua = 'tmhOAuth ' . self::VERSION . $ssl . ' - //github.com/pocket7878/opauth-flickr';
$this->config['user_agent'] = $ua; $this->config['user_agent'] = $ua;
} }


Expand Down

0 comments on commit 685a844

Please sign in to comment.