1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove limit on ttrss_feeds.feed_url length (closes #199)

This commit is contained in:
Andrew Dolgov
2008-03-13 09:18:21 +01:00
parent f0053c6a47
commit 43398b8e43
5 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 15);
define('SCHEMA_VERSION', 33);
define('SCHEMA_VERSION', 34);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy