diff options
Diffstat (limited to 'phpBB/modcp.php')
| -rw-r--r-- | phpBB/modcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index 5c2fc26620..5e113f93ca 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -85,7 +85,7 @@ if( $cancel ) { $redirect = "index.$phpEx"; } - header("Location: " . append_sid($redirect)); + header("Location: " . append_sid($redirect, true)); } // |
