1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-10 11:46:32 +02:00
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) if ($url_parts['host'] !== $user->host)
{ {
$url = generate_board_url(true); $url = generate_board_url();
} }
} }
else if ($url[0] == '/') else if ($url[0] == '/')