add option to disable PUSH client support globally (closes #340

This commit is contained in:
Andrew Dolgov
2011-04-26 18:42:05 +04:00
parent 3ff6298352
commit 65eebd13f4
5 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -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")) {