summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-21 09:14:43 +0400
committerAndrew Dolgov <[email protected]>2011-12-21 09:14:43 +0400
commitd4e35925e0a14a4c746404d6d05cfe61109d7443 (patch)
tree6921daa610ba162e64448413101b407fa3da5521 /include/sanity_check.php
parentae0647e085889bc23f22a7710e47d87840711955 (diff)
bump config version
Diffstat (limited to 'include/sanity_check.php')
-rw-r--r--include/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 224c13e9f..8115b7be5 100644
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -5,7 +5,7 @@
$err_msg = "Configuration file not found. Looks like you forgot to copy config.php-dist to config.php and edit it.";
} else {
- define('EXPECTED_CONFIG_VERSION', 24);
+ define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 86);
require_once "config.php";