X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FProxy.php;h=e104073f0331e6f22cd9dfcdce9b829e39bb309a;hb=a98957eeb29cfb142dfc4cd3e03c5bdfbc373466;hp=7e32b01b3c0c25034d3b52debf7c2518b0a0f14e;hpb=0a4119adaf6294bf43d135a0f435c1dd677c50e0;p=friendica.git diff --git a/src/Util/Proxy.php b/src/Util/Proxy.php index 7e32b01b3c..e104073f03 100644 --- a/src/Util/Proxy.php +++ b/src/Util/Proxy.php @@ -1,8 +1,26 @@ . + * + */ namespace Friendica\Util; -use Friendica\Core\Config; use Friendica\DI; /** @@ -80,7 +98,7 @@ class Proxy } // Is the proxy disabled? - if (Config::get('system', 'proxy_disabled')) { + if (DI::config()->get('system', 'proxy_disabled')) { return $url; }