From: Andrew Dolgov Date: Sun, 20 Aug 2006 11:03:28 +0000 (+0100) Subject: disable curl by default X-Git-Tag: schema_freeze_for_1.2.2_(take_2)~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3a7a4bbc6dded246c47059a0f35a512aebf5d88f;p=tt-rss.git disable curl by default --- diff --git a/config.php-dist b/config.php-dist index cf6b6afa..704c060a 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);