1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

rename USE_CURL_FOR_ICONS to USE_CURL

This commit is contained in:
Andrew Dolgov
2010-12-27 15:45:28 +03:00
parent 86027a078d
commit 32a5e3444d
3 changed files with 11 additions and 7 deletions

View File

@@ -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