summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 09:40:37 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 09:40:37 +0100
commitae4ecd5d63acfd43ff04a5e8df13dc030e779f07 (patch)
tree894dbac9393b6faa97f38c0f76432e154310e10f /sanity_check.php
parent6352c214ca3e7c394fd6576af6d41a2835144d13 (diff)
new config option: DAEMON_FEED_LIMIT
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 4e99dc20a..a8a91b73c 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
- define('EXPECTED_CONFIG_VERSION', 11);
+ define('EXPECTED_CONFIG_VERSION', 12);
define('SCHEMA_VERSION', 26);
if (!file_exists("config.php")) {