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