summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 07:01:19 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 07:01:19 +0100
commit04fedbf587995bd029d345994f1c35130b8963b1 (patch)
tree46f49b0b06463426f086d0087671c6d16455f81f /sanity_check.php
parentee8768dbbbf5820e9d37a7ff7a834d37021fcac7 (diff)
new option: ENABLE_GZIP_OUTPUT
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 1fca50c2a..41fdf983a 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 15);
+ define('EXPECTED_CONFIG_VERSION', 16);
define('SCHEMA_VERSION', 37);
if (!file_exists("config.php")) {