disable curl by default
This commit is contained in:
parent
32be4b10c3
commit
3a7a4bbc6d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue