From 295f9b422a7fdecc451f31ab16f585582d888222 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 16 Nov 2005 08:59:46 +0100 Subject: perform backend sanity check on startup, update schema version in backend.php --- functions.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 78e3bbaae..aa3169ac9 100644 --- a/functions.js +++ b/functions.js @@ -416,4 +416,7 @@ function hideOrShowFeeds(doc, hide) { } +function fatalError(code) { + window.location = "error.php?c=" + param_escape(code); +} -- cgit v1.2.3-54-g00ecf