1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 10:05:56 +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

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