diff options
author | tobiasd <tobias.diekershoff@gmx.net> | 2011-08-14 11:06:00 +0300 |
---|---|---|
committer | tobiasd <tobias.diekershoff@gmx.net> | 2011-08-14 11:06:00 +0300 |
commit | f9d2c95c068b6f38514c5e74ed814f5ac52578db (patch) | |
tree | 511c42d31a4e8e68fefdf0e4a2c496500d2122f0 /addon/statusnet | |
parent | 025485ea69a8c40ae0357987c285c47d51a7b284 (diff) | |
download | volse-hubzilla-f9d2c95c068b6f38514c5e74ed814f5ac52578db.tar.gz volse-hubzilla-f9d2c95c068b6f38514c5e74ed814f5ac52578db.tar.bz2 volse-hubzilla-f9d2c95c068b6f38514c5e74ed814f5ac52578db.zip |
removed obsolete proxy setting
Diffstat (limited to 'addon/statusnet')
-rw-r--r-- | addon/statusnet/statusnet.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addon/statusnet/statusnet.php b/addon/statusnet/statusnet.php index b18eac2b8..f8e9992e4 100644 --- a/addon/statusnet/statusnet.php +++ b/addon/statusnet/statusnet.php @@ -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)) { |