diff options
Diffstat (limited to 'Auth/Yadis/HTTPFetcher.php')
-rw-r--r-- | Auth/Yadis/HTTPFetcher.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php index 8cb4b23..a182540 100644 --- a/Auth/Yadis/HTTPFetcher.php +++ b/Auth/Yadis/HTTPFetcher.php @@ -20,7 +20,7 @@ require_once "Auth/OpenID.php"; define('Auth_OpenID_FETCHER_MAX_RESPONSE_KB', 1024); define('Auth_OpenID_USER_AGENT', - 'php-openid/'.Auth_OpenID_VERSION.' php '.phpversion()); + 'php-openid/'.Auth_OpenID_VERSION.' (php/'.phpversion().')'); class Auth_Yadis_HTTPResponse { function Auth_Yadis_HTTPResponse($final_url = null, $status = null, |