mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
0572b6efbf
commit
fa6de92e6b
1 changed files with 1 additions and 1 deletions
|
@ -1170,7 +1170,7 @@ function redirect($url)
|
||||||
else if ($url{0} == '/')
|
else if ($url{0} == '/')
|
||||||
{
|
{
|
||||||
// Absolute uri, prepend direct url...
|
// Absolute uri, prepend direct url...
|
||||||
$url = generate_board_url_2(true) . $url;
|
$url = generate_board_url(true) . $url;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue