mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
erm... actually remove the debugging thingy... holla
git-svn-id: file:///svn/phpbb/trunk@5627 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1170,7 +1170,7 @@ function redirect($url)
|
||||
else if ($url{0} == '/')
|
||||
{
|
||||
// Absolute uri, prepend direct url...
|
||||
$url = generate_board_url_2(true) . $url;
|
||||
$url = generate_board_url(true) . $url;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user