disable curl by default

master
Andrew Dolgov 18 years ago
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…
Cancel
Save