mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
new option: USE_CURL_FOR_ICONS (closes #101), add some CRs to error messages
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
define('CHECK_FOR_NEW_VERSION', true);
|
||||
// Check for new versions of tt-rss when entering preferences.
|
||||
|
||||
define('USE_CURL_FOR_ICONS', true);
|
||||
// Fetch favicons using CURL, useful if your PHP has disabled remote fopen()
|
||||
|
||||
define('CONFIG_VERSION', 4);
|
||||
// Expected config version. Please update this option in config.php
|
||||
// if necessary (after migrating all new options from this file).
|
||||
|
||||
Reference in New Issue
Block a user