1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:35:56 +00:00

perform backend sanity check on startup, update schema version in backend.php

This commit is contained in:
Andrew Dolgov
2005-11-16 08:59:46 +01:00
parent 1089b16bc2
commit 295f9b422a
4 changed files with 78 additions and 7 deletions

View File

@@ -416,4 +416,7 @@ function hideOrShowFeeds(doc, hide) {
}
function fatalError(code) {
window.location = "error.php?c=" + param_escape(code);
}