]> git.wh0rd.org - tt-rss.git/commitdiff
disable curl by default
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Aug 2006 11:03:28 +0000 (12:03 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Aug 2006 11:03:28 +0000 (12:03 +0100)
config.php-dist

index cf6b6afabb3a2e6fee44500a1614f074af7fa564..704c060a5d8c3f4dc8096e4339aec664b2ba67bf 100644 (file)
        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);