mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
Fixed for groupauth bug #471227 + header location changes for append_sid
git-svn-id: file:///svn/phpbb/trunk@1203 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -571,7 +571,7 @@ if(isset($HTTP_POST_VARS['submit']) && !empty($HTTP_POST_VARS[POST_USERS_URL]))
|
||||
}
|
||||
else
|
||||
{
|
||||
header("Location: " . append_sid("admin_userauth.$phpEx?" . POST_USERS_URL . "=$user_id"));
|
||||
header("Location: " . append_sid("admin_userauth.$phpEx?" . POST_USERS_URL . "=$user_id", true));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user