Searched refs:proxy_user (Results 1 – 2 of 2) sorted by relevance
30 $this->proxy_user = $conf['proxy']['user'];
53 public $proxy_user; variable in dokuwiki\\HTTP\\HTTPClient242 if ($this->proxy_user) {243 …$headers['Proxy-Authorization'] = 'Basic ' . base64_encode($this->proxy_user . ':' . $this->proxy_…528 if ($this->proxy_user) {530 base64_encode($this->proxy_user . ':' . $this->proxy_pass) . HTTP_NL;