From c971ac6dd19bf45d86e2ce199d061393e628c1d8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 11 Nov 2005 21:06:46 +0100 Subject: Fix for broken Prox Support #626 darcs-hash:20051111200646-7ad00-0eca22780e39dfd24344180a541500b08a3a93df.gz --- inc/HTTPClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/HTTPClient.php') diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index 326bf2692..0ed34de44 100644 --- a/inc/HTTPClient.php +++ b/inc/HTTPClient.php @@ -155,8 +155,8 @@ class HTTPClient { // proxy setup if($this->proxy_host){ $request_url = $url; - $server = $config['proxy_host']; - $port = $config['proxy_port']; + $server = $this->proxy_host; + $port = $this->proxy_port; if (empty($port)) $port = 8080; }else{ $request_url = $path; -- cgit v1.2.3