From 9d87df8f60f2c049de57faae1c827d457be1e7ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Mar 2006 16:44:51 +0100 Subject: fix CONFIG_VERSION checking --- sanity_check.php | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3