1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:25:57 +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

@@ -719,7 +719,7 @@ function fatal_error(code, msg) {
if (code == 6) {
window.location.href = "digest.php";
} else if (code == 5) {
window.location.href = "update.php";
window.location.href = "db-updater.php";
} else {
if (msg == "") msg = "Unknown error";