mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
disable curl by default
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
define('CHECK_FOR_NEW_VERSION', true);
|
||||
// Check for new versions of tt-rss when entering preferences.
|
||||
|
||||
define('USE_CURL_FOR_ICONS', true);
|
||||
define('USE_CURL_FOR_ICONS', false);
|
||||
// Fetch favicons using CURL, useful if your PHP has disabled remote fopen()
|
||||
|
||||
define('CONFIG_VERSION', 4);
|
||||
|
||||
Reference in New Issue
Block a user