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
+3
View File
@@ -416,4 +416,7 @@ function hideOrShowFeeds(doc, hide) {
}
function fatalError(code) {
window.location = "error.php?c=" + param_escape(code);
}