summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/sanity_check.php b/sanity_check.php
index f7514b65c..5361c7aa9 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,4 +1,6 @@
<?php
+ require_once "functions.php";
+
define('EXPECTED_CONFIG_VERSION', 5);
if (!file_exists("config.php")) {