From 1b65596eaa0e0b2c40c6492b436d22f8f305a209 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Dec 2021 18:47:49 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index edc582e..8859e1a 100644 --- a/conf/config.php +++ b/conf/config.php @@ -25,7 +25,7 @@ // You need to set this option correctly otherwise several features // including PUSH, bookmarklets and browser integration will not work properly. - //putenv('TTRSS_FEED_CRYPT_KEY', ''); + //putenv('TTRSS_FEED_CRYPT_KEY= '); // WARNING: mcrypt is deprecated in php 7.1. This directive exists for backwards // compatibility with existing installs, new passwords are NOT going to be encrypted. // Use update.php --decrypt-feeds to decrypt existing passwords in the database while