From 1ddba2752795ec35a82645af5a1f2bcd59ada54a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Aug 2006 11:12:19 +0100 Subject: add global option DIGEST_ENABLE --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 930e513fa..a50a51c4d 100644 --- a/config.php-dist +++ b/config.php-dist @@ -134,6 +134,9 @@ define('USE_CURL_FOR_ICONS', false); // Fetch favicons using CURL, useful if your PHP has disabled remote fopen() + define('DIGEST_ENABLE', true); + // Global option to enable daily digests + define('DIGEST_HOSTNAME', 'some.ttrss.host.dom'); // Hostname for email digest signature -- cgit v1.2.3-54-g00ecf