1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 03:39:16 +00:00

login: exit after redirect (2)

This commit is contained in:
Andrew Dolgov
2006-03-17 06:02:37 +01:00
parent 8858b67ba3
commit ab9ecc041b

View File

@@ -47,6 +47,7 @@
$redirect_to = "tt-rss.php";
}
header("Location: $redirect_base/$redirect_to");
exit;
}
}