From: <var...@us...> - 2017-01-11 15:29:58
|
Revision: 10001 http://sourceforge.net/p/phpwiki/code/10001 Author: vargenau Date: 2017-01-11 15:29:56 +0000 (Wed, 11 Jan 2017) Log Message: ----------- Whitespace Modified Paths: -------------- trunk/lib/WikiUser/HttpAuth.php Modified: trunk/lib/WikiUser/HttpAuth.php =================================================================== --- trunk/lib/WikiUser/HttpAuth.php 2017-01-11 15:10:19 UTC (rev 10000) +++ trunk/lib/WikiUser/HttpAuth.php 2017-01-11 15:29:56 UTC (rev 10001) @@ -23,7 +23,7 @@ */ /** - * We have two possibilities here. + * We have two possibilities here: * 1) The webserver location is already HTTP protected. Usually Basic, but also * NTLM or Digest. Then just use this username and do nothing. * 2) The webserver location is not protected, so we enforce basic HTTP Protection @@ -43,7 +43,8 @@ if ($prefs) $this->_prefs = $prefs; if (!isset($this->_prefs->_method)) parent::__construct($UserName); - if ($UserName) $this->_userid = $UserName; + if ($UserName) + $this->_userid = $UserName; $this->_authmethod = 'HttpAuth'; // Is this double check really needed? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |