git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8622 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2008-06-08 15:34:04 +00:00
parent 481b63f6fe
commit a7dd393ef1

View file

@ -1831,7 +1831,7 @@ function redirect($url, $return = false)
{
if ($url_parts['host'] !== $user->host)
{
$url = generate_board_url(true);
$url = generate_board_url();
}
}
else if ($url[0] == '/')