1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

use CURL when it is available, remove option USE_CURL

This commit is contained in:
Andrew Dolgov
2011-03-17 19:16:44 +03:00
parent 8d505d78e3
commit 014d3ad823
4 changed files with 9 additions and 77 deletions

View File

@@ -71,9 +71,6 @@
define('CHECK_FOR_NEW_VERSION', true);
// Check for new versions of tt-rss automatically.
define('USE_CURL', false);
// Use CURL to fetch remote data instead of PHP built-in fopen()
define('DIGEST_ENABLE', true);
// Global option to enable daily digests. Also toggles the ability of users
// to forward articles by email.