From: Andrew Dolgov Date: Tue, 28 Mar 2006 15:44:51 +0000 (+0100) Subject: fix CONFIG_VERSION checking X-Git-Tag: 1.1.5~22 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9d87df8f60f2c049de57faae1c827d457be1e7ea;p=tt-rss.git fix CONFIG_VERSION checking --- diff --git a/sanity_check.php b/sanity_check.php index e8b1ca34..796acc76 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