From 3a7a4bbc6dded246c47059a0f35a512aebf5d88f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Aug 2006 12:03:28 +0100 Subject: disable curl by default --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index cf6b6afab..704c060a5 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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); -- cgit v1.2.3