1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:45:55 +00:00

add upgrade schema files for 1.2.3, new option: DIGEST_ENABLE

This commit is contained in:
Andrew Dolgov
2006-08-21 07:12:09 +01:00
parent 8fb018809f
commit 9a61ce6d20
5 changed files with 15 additions and 0 deletions

View File

@@ -134,6 +134,9 @@
define('USE_CURL_FOR_ICONS', false);
// Fetch favicons using CURL, useful if your PHP has disabled remote fopen()
define('DIGEST_HOSTNAME', 'madoka.spb.ru');
// Hostname for email digest signature
define('CONFIG_VERSION', 4);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).