login: exit after redirect

master
Andrew Dolgov 19 years ago
parent 50f9beb002
commit 8858b67ba3

@ -24,6 +24,7 @@
if ($_SESSION["uid"]) {
initialize_user_prefs($link, $_SESSION["uid"]);
header("Location: $redirect_base/tt-rss.php");
exit;
}
}

Loading…
Cancel
Save