From 014d3ad823d653eed424ac95cac454b5ca6d06f3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Mar 2011 19:16:44 +0300 Subject: use CURL when it is available, remove option USE_CURL --- config.php-dist | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index bd61c9bf0..b4d09f434 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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. -- cgit v1.2.3-54-g00ecf