mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 04:55:55 +00:00
unify update_daemon, update_feeds and update_feedbrowser into update.php; move update.php to db-updater.php
This commit is contained in:
@@ -1375,7 +1375,7 @@ function fatalError(code, msg, ext_info) {
|
||||
if (code == 6) {
|
||||
window.location.href = "tt-rss.php";
|
||||
} else if (code == 5) {
|
||||
window.location.href = "update.php";
|
||||
window.location.href = "db-updater.php";
|
||||
} else {
|
||||
|
||||
if (msg == "") msg = "Unknown error";
|
||||
|
||||
Reference in New Issue
Block a user