From 3994772a3d7c09e3152591d2e20e85b389acc4ac Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 19 Jan 2009 17:48:09 +0100 Subject: FS#1517, obscure passwords in config files This patch extends the config 'password' class to support a "_code" parameter darcs-hash:20090119164809-f07c6-c136b559772610539bccb9e9c0191f6a973216ad.gz --- inc/HTTPClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/HTTPClient.php') diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index 71844b847..1184aebee 100644 --- a/inc/HTTPClient.php +++ b/inc/HTTPClient.php @@ -32,7 +32,7 @@ class DokuHTTPClient extends HTTPClient { $this->proxy_host = $conf['proxy']['host']; $this->proxy_port = $conf['proxy']['port']; $this->proxy_user = $conf['proxy']['user']; - $this->proxy_pass = $conf['proxy']['pass']; + $this->proxy_pass = conf_decodeString($conf['proxy']['pass']); $this->proxy_ssl = $conf['proxy']['ssl']; } } -- cgit v1.2.3