]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Proxy.php
Remove unused dependency
[friendica.git] / src / Util / Proxy.php
index 7e32b01b3c0c25034d3b52debf7c2518b0a0f14e..6bc227591d3cc0ad001a0f1855b350cb1aabd618 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace Friendica\Util;
 
-use Friendica\Core\Config;
 use Friendica\DI;
 
 /**
@@ -80,7 +79,7 @@ class Proxy
                }
 
                // Is the proxy disabled?
-               if (Config::get('system', 'proxy_disabled')) {
+               if (DI::config()->get('system', 'proxy_disabled')) {
                        return $url;
                }