summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-17 06:33:52 +0100
committerAndrew Dolgov <[email protected]>2008-01-17 06:33:52 +0100
commitcfa43e025cf4246d815a5f1539cd34b461130a9a (patch)
tree46878553faade2228647d512188fdc548bb0e051 /sanity_check.php
parente3b9d084d46c34faad8808d3d3624a7c6826ed93 (diff)
new config option: LOCK_DIRECTORY (bump config version)
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 de582760f..2efb10758 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 13);
+ define('EXPECTED_CONFIG_VERSION', 14);
define('SCHEMA_VERSION', 28);
if (!file_exists("config.php")) {