mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
Various changes to location redirection ... please note the format and name changes
git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -85,7 +85,7 @@ if( $cancel )
|
||||
{
|
||||
$redirect = "index.$phpEx";
|
||||
}
|
||||
header("Location: " . append_sid($redirect));
|
||||
header("Location: " . append_sid($redirect, true));
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user