mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user