login: exit after redirect
This commit is contained in:
parent
50f9beb002
commit
8858b67ba3
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
if ($_SESSION["uid"]) {
|
||||
initialize_user_prefs($link, $_SESSION["uid"]);
|
||||
header("Location: $redirect_base/tt-rss.php");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue