1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 21:15:57 +00:00

move db-updater functionality to public, remove db-updater.php

This commit is contained in:
Andrew Dolgov
2013-04-04 19:45:26 +04:00
parent b4c47f7e7b
commit f240d26e46
11 changed files with 109 additions and 2 deletions

View File

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