1
0
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:
Andrew Dolgov
2010-11-09 16:33:08 +03:00
parent e75df19d50
commit 661135c742
10 changed files with 259 additions and 416 deletions

View File

@@ -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";