forked from GNUsocial/gnu-social
add user agent and correct version check to httpclient
This commit is contained in:
parent
3380b49aec
commit
8ceb4196f3
@ -27,7 +27,7 @@
|
|||||||
* @link http://laconi.ca/
|
* @link http://laconi.ca/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('LACONICA')) {
|
if (!defined('STATUSNET')) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,4 +114,9 @@ class HTTPClient
|
|||||||
{
|
{
|
||||||
throw new Exception("DELETE method unimplemented");
|
throw new Exception("DELETE method unimplemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function userAgent()
|
||||||
|
{
|
||||||
|
return "StatusNet/".STATUSNET_VERSION." (".STATUSNET_CODENAME.")";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user