diff options
author | restena-sw <stefan.winter@restena.lu> | 2016-01-15 15:32:17 +0100 |
---|---|---|
committer | restena-sw <stefan.winter@restena.lu> | 2016-01-15 15:32:17 +0100 |
commit | 55e5f4a60624278c7b8352d2b50d65565a73ee4e (patch) | |
tree | 183a1c3d6479c23de371033eef408a416a81a5b1 /lib/SimpleSAML | |
parent | 09ced43fe70a252f113894031565b12640d0ff7a (diff) | |
download | simplesamlphp-55e5f4a60624278c7b8352d2b50d65565a73ee4e.zip simplesamlphp-55e5f4a60624278c7b8352d2b50d65565a73ee4e.tar.gz simplesamlphp-55e5f4a60624278c7b8352d2b50d65565a73ee4e.tar.bz2 |
Update HTTP.php
Diffstat (limited to 'lib/SimpleSAML')
-rw-r--r-- | lib/SimpleSAML/Utils/HTTP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php index b73cf13..ee58825 100644 --- a/lib/SimpleSAML/Utils/HTTP.php +++ b/lib/SimpleSAML/Utils/HTTP.php @@ -367,7 +367,7 @@ class HTTP if (!isset($context['http']['proxy'])) { $context['http']['proxy'] = $proxy; } - if ($proxy_auth !== false) ) { + if ($proxy_auth !== false) { $context['http']['header'] = "Proxy-Authorization: Basic".base64_encode($proxy_auth); } if (!isset($context['http']['request_fulluri'])) { |