summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-27 15:45:28 +0300
committerAndrew Dolgov <[email protected]>2010-12-27 15:45:28 +0300
commit32a5e3444dc0cfc1c8045586b4582494853a647c (patch)
tree669f9508610b20342579fe4a2f3613a1ae37ad2f /config.php-dist
parent86027a078d574b3b88b19c058fd9cb6925ee9ebc (diff)
rename USE_CURL_FOR_ICONS to USE_CURL
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 5027f78d0..df12d8f9d 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -71,8 +71,8 @@
define('CHECK_FOR_NEW_VERSION', true);
// Check for new versions of tt-rss automatically.
- define('USE_CURL_FOR_ICONS', false);
- // Fetch favicons using CURL, useful if your PHP has disabled remote fopen()
+ 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