summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-25 18:50:29 +0100
committerAndrew Dolgov <[email protected]>2008-01-25 18:50:29 +0100
commit34459667e259eb01257a73a4c30bff0ba2c3b3d5 (patch)
tree7eb1357ba017d29391872a539e84468f3059814c /sanity_check.php
parent16211ddbf24c978d88d8eb434ab57d7824827dbd (diff)
new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver)
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 250505d00..0a6b9a36c 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 14);
+ define('EXPECTED_CONFIG_VERSION', 15);
define('SCHEMA_VERSION', 31);
if (!file_exists("config.php")) {