From 45468967c5ac759b0c7bf8080f501aa7401138c4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 11 Feb 2009 23:40:01 +0300 Subject: [PATCH] fix logout redirect --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index e8395235..896b6029 100644 --- a/functions.js +++ b/functions.js @@ -1503,7 +1503,7 @@ function fatalError(code, msg, ext_info) { if (!ext_info) ext_info = "N/A"; if (code == 6) { - window.location.href = "tt-rss.php"; + window.location.href = "tt-rss.php?login"; } else if (code == 5) { window.location.href = "update.php"; } else { -- 2.39.2