1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 18:11:29 +00:00

new config option: DAEMON_FEED_LIMIT

This commit is contained in:
Andrew Dolgov
2007-11-17 09:40:37 +01:00
parent 6352c214ca
commit ae4ecd5d63
3 changed files with 6 additions and 3 deletions

View File

@@ -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")) {