Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Bumping user-agent version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed Aug 5, 2010
1 parent eda6828 commit fd92af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sag.php
Expand Up @@ -429,7 +429,7 @@ private function procPacket($method, $url, $data = null, $headers = array())

// Build the request packet.
$headers["Host"] = "{$this->host}:{$this->port}";
$headers["User-Agent"] = "Sag/.1";
$headers["User-Agent"] = "Sag/.2";

//usernames and passwords can be blank
if(isset($this->user) || isset($this->pass))
Expand Down

0 comments on commit fd92af2

Please sign in to comment.