]> git.mxchange.org Git - friendica.git/commitdiff
removed obsolete proxy setting
authortobiasd <tobias.diekershoff@gmx.net>
Sun, 14 Aug 2011 08:06:00 +0000 (11:06 +0300)
committertobiasd <tobias.diekershoff@gmx.net>
Sun, 14 Aug 2011 08:06:00 +0000 (11:06 +0300)
addon/statusnet/statusnet.php

index b18eac2b8651409468ec99d09a578dbf3240958d..f8e9992e4d81f46e349f924ac076919003aecf0c 100644 (file)
@@ -62,7 +62,6 @@ class StatusNetOAuth extends TwitterOAuth {
     $this->http_info = array();
     $ci = curl_init();
     /* Curl settings */
-    $prx = 'http://localhost:8118';
     $prx = get_config('system','proxy');
     logger('Proxy SN: '.$prx);
     if(strlen($prx)) {