1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +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:
Meik Sievertsen
2006-03-14 13:32:48 +00:00
parent 0572b6efbf
commit fa6de92e6b

View File

@@ -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
{