mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Bad redirect on login from form
git-svn-id: file:///svn/phpbb/trunk@2830 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6c3bc8ceab
commit
6e6c85b9b7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SO
|
|||
extract($HTTP_GET_VARS);
|
||||
extract($HTTP_POST_VARS);
|
||||
|
||||
$redirect = ( isset($redirect) ) ? $HTTP_SERVER_VARS['QUERY_STRING'] : '';
|
||||
$redirect = ( !empty($redirect) ) ? $HTTP_SERVER_VARS['QUERY_STRING'] : '';
|
||||
|
||||
//
|
||||
// Do the login/logout/form/whatever
|
||||
|
|
Loading…
Add table
Reference in a new issue