summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-17 19:16:44 +0300
committerAndrew Dolgov <[email protected]>2011-03-17 19:16:44 +0300
commit014d3ad823d653eed424ac95cac454b5ca6d06f3 (patch)
tree2b563bea8d06872710ccecc8376e32f2cb745cd1 /config.php-dist
parent8d505d78e3989c6c72dd7fdab82111e4d7ecdcbc (diff)
use CURL when it is available, remove option USE_CURL
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 0 insertions, 3 deletions
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.