add experimental support for pubsubhubbub in published feed, bump config version (refs #251)

This commit is contained in:
Andrew Dolgov
2011-04-01 09:36:29 +04:00
parent 6f1c5d1760
commit b0f379dfff
7 changed files with 144 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 21);
define('EXPECTED_CONFIG_VERSION', 22);
define('SCHEMA_VERSION', 83);
if (!file_exists("config.php")) {