summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-26 18:42:05 +0400
committerAndrew Dolgov <[email protected]>2011-04-26 18:42:05 +0400
commit65eebd13f41a18dab90447276faca4045990aac9 (patch)
tree61300d1d6fdecf740aedf7d85dce7d4cab7ee119 /sanity_check.php
parent3ff62983526a3d3cf075c59bbfafe65fe9821d58 (diff)
add option to disable PUSH client support globally (closes #340
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 89f1b3459..930d68e00 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 22);
+ define('EXPECTED_CONFIG_VERSION', 23);
define('SCHEMA_VERSION', 85);
if (!file_exists("config.php")) {