From 9da0e4a2ff84b097cf436b2641fc056315278f55 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 12 Dec 2011 15:19:34 +0400 Subject: fix 500 error on missing config.php --- include/sanity_check.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sanity_check.php b/include/sanity_check.php index 3e5c09803..2769b4b59 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -1,15 +1,15 @@ Fatal Error: You forgot to copy config.php-dist to config.php and edit it.\n"; exit; } + define('EXPECTED_CONFIG_VERSION', 23); + define('SCHEMA_VERSION', 86); + require_once "config.php"; require_once "sanity_config.php"; -- cgit v1.2.3