summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 1a267805a..cdad2083f 100644
--- a/backend.php
+++ b/backend.php
@@ -22,6 +22,7 @@
define(SCHEMA_VERSION, 2);
+ require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";
require_once "db-prefs.php";