1
0
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:
Andrew Dolgov
2006-08-20 11:27:25 +01:00
parent 69ff793a6d
commit c798704b29
3 changed files with 59 additions and 31 deletions

View File

@@ -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).