summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sanity_check.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/sanity_check.php b/sanity_check.php
index e8b1ca34c..796acc76f 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -7,6 +7,8 @@
exit;
}
+ require_once "config.php";
+
if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {
print "<b>Fatal Error</b>: Your configuration file has
wrong version. Please copy new options from <b>config.php-dist</b> and