1
0
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:
Andrew Dolgov
2006-08-20 12:03:28 +01:00
parent 32be4b10c3
commit 3a7a4bbc6d

View File

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