1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

Merge branch 'ticket/p/10096' into develop-olympus

* ticket/p/10096:
  [ticket/10096] Fixed whitespace in functions.php.
This commit is contained in:
Andreas Fischer 2011-03-14 13:58:21 +01:00
commit c75b299eb1

View File

@ -4261,7 +4261,7 @@ function phpbb_http_login($param)
if (!is_null($username) && is_null($password) && strpos($username, 'Basic ') === 0)
{
list($username, $password) = explode(':', base64_decode(substr($username, 6)), 2);
}
}
if (!is_null($username) && !is_null($password))
{