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 "Fatal Error: Your configuration file has wrong version. Please copy new options from config.php-dist and