summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-10 08:29:43 +0100
committerAndrew Dolgov <[email protected]>2007-10-10 08:29:43 +0100
commitdff94f6369daefe7561d367fef8a9c75871da771 (patch)
treed07b37ea9e3050ee1b71df4eae89661bff811952 /sanity_check.php
parent4148e809d30ac999ff6a77a55406e98c2184fe0a (diff)
add new option: ENABLE_TAGWALL
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 04f717ff9..58baf7c30 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 9);
+ define('EXPECTED_CONFIG_VERSION', 10);
define('SCHEMA_VERSION', 23);
if (!file_exists("config.php")) {