summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 08:59:46 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 08:59:46 +0100
commit295f9b422a7fdecc451f31ab16f585582d888222 (patch)
tree9c8f457b205a598acdb89f3aac8aae04b708f1c3 /functions.js
parent1089b16bc2dccbfba226fbd7d98b7535203449d2 (diff)
perform backend sanity check on startup, update schema version in backend.php
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js3
1 files changed, 3 insertions, 0 deletions
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);
+}