]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/finishremotesubscribe.php
Profile block base style
[quix0rs-gnu-social.git] / actions / finishremotesubscribe.php
index e2276b5a4794fe99743a6db73c9cbdd82b507caa..df5fe647601c7b37e09ce2337167fb064b2b75e1 100644 (file)
@@ -254,7 +254,8 @@ class FinishremotesubscribeAction extends Action {
 
                $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
                $result = $fetcher->post($req->get_normalized_http_url(),
-                                                                $req->to_postdata());
+                                                                $req->to_postdata(),
+                                 array('User-Agent' => 'Laconica/' . LACONICA_VERSION));
 
                common_debug('got result: "'.print_r($result,TRUE).'"', __FILE__);