login: exit after redirect

This commit is contained in:
Andrew Dolgov 2006-03-17 06:00:32 +01:00
parent 50f9beb002
commit 8858b67ba3

View file

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