bug #1542875 Cookie auth on IIS

This commit is contained in:
Marc Delisle
2006-08-21 11:59:24 +00:00
parent 7579fef41d
commit efad3a52d2
3 changed files with 10 additions and 4 deletions

View File

@@ -483,6 +483,7 @@ function PMA_auth_set_user()
$url_params['target'] = $GLOBALS['target'];
}
define('PMA_COMING_FROM_COOKIE_LOGIN',1);
PMA_sendHeaderLocation( $redirect_url . PMA_generate_common_url( $url_params, '&' ) );
exit();
} // end if