mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 12:25:14 +02:00
removed obsolete proxy setting
This commit is contained in:
parent
025485ea69
commit
f9d2c95c06
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ class StatusNetOAuth extends TwitterOAuth {
|
||||||
$this->http_info = array();
|
$this->http_info = array();
|
||||||
$ci = curl_init();
|
$ci = curl_init();
|
||||||
/* Curl settings */
|
/* Curl settings */
|
||||||
$prx = 'http://localhost:8118';
|
|
||||||
$prx = get_config('system','proxy');
|
$prx = get_config('system','proxy');
|
||||||
logger('Proxy SN: '.$prx);
|
logger('Proxy SN: '.$prx);
|
||||||
if(strlen($prx)) {
|
if(strlen($prx)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue