1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 13:11:50 +00:00

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;
}
}