1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 16:21:28 +00:00

login system fixes

This commit is contained in:
Andrew Dolgov
2007-03-01 13:09:05 +01:00
parent 64f6db9051
commit d620cfe70a
3 changed files with 29 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ function logout_callback() {
var container = document.getElementById('notify');
if (xmlhttp.readyState == 4) {
try {
window.location.reload(true);
window.location.href = "tt-rss.php";
} catch (e) {
exception_error("logout_callback", e);
}