summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-20 12:03:28 +0100
committerAndrew Dolgov <[email protected]>2006-08-20 12:03:28 +0100
commit3a7a4bbc6dded246c47059a0f35a512aebf5d88f (patch)
tree23916cd612fc2f7c0b5d717563ba0ff597d7328e /config.php-dist
parent32be4b10c33a31d0e44e2062c37bede01c994f22 (diff)
disable curl by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
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);