mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10096] Fixed whitespace in functions.php.
PHPBB3-10096
This commit is contained in:
parent
4d231112b6
commit
64657ee366
1 changed files with 1 additions and 1 deletions
|
@ -4261,7 +4261,7 @@ function phpbb_http_login($param)
|
||||||
if (!is_null($username) && is_null($password) && strpos($username, 'Basic ') === 0)
|
if (!is_null($username) && is_null($password) && strpos($username, 'Basic ') === 0)
|
||||||
{
|
{
|
||||||
list($username, $password) = explode(':', base64_decode(substr($username, 6)), 2);
|
list($username, $password) = explode(':', base64_decode(substr($username, 6)), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_null($username) && !is_null($password))
|
if (!is_null($username) && !is_null($password))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue