Skip to content
Snippets Groups Projects
Commit 55e5f4a6 authored by restena-sw's avatar restena-sw
Browse files

Update HTTP.php

parent 09ced43f
No related branches found
No related tags found
No related merge requests found
...@@ -367,7 +367,7 @@ class HTTP ...@@ -367,7 +367,7 @@ class HTTP
if (!isset($context['http']['proxy'])) { if (!isset($context['http']['proxy'])) {
$context['http']['proxy'] = $proxy; $context['http']['proxy'] = $proxy;
} }
if ($proxy_auth !== false) ) { if ($proxy_auth !== false) {
$context['http']['header'] = "Proxy-Authorization: Basic".base64_encode($proxy_auth); $context['http']['header'] = "Proxy-Authorization: Basic".base64_encode($proxy_auth);
} }
if (!isset($context['http']['request_fulluri'])) { if (!isset($context['http']['request_fulluri'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment