diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/acctfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index 271361e..dc19ccd 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -646,7 +646,7 @@ function try_login() { setcookie("AURSID", $new_sid, 0, "/"); # header("Location: /index.php"); - header("Location: " . $_SERVER['PHP_SELF']); + header("Location: " . $_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']); $login_error = ""; } |