summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
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";