mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 14:31:29 +00:00
fix logout redirect
This commit is contained in:
@@ -1503,7 +1503,7 @@ function fatalError(code, msg, ext_info) {
|
|||||||
if (!ext_info) ext_info = "N/A";
|
if (!ext_info) ext_info = "N/A";
|
||||||
|
|
||||||
if (code == 6) {
|
if (code == 6) {
|
||||||
window.location.href = "tt-rss.php";
|
window.location.href = "tt-rss.php?login";
|
||||||
} else if (code == 5) {
|
} else if (code == 5) {
|
||||||
window.location.href = "update.php";
|
window.location.href = "update.php";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user