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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user