bug #1542875 Cookie auth on IIS

This commit is contained in:
Marc Delisle
2006-08-21 11:55:32 +00:00
parent 747b83fa88
commit 9b2f2deb06
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