From 87cb8dd45f759d1adf824da0107825170f4c4482 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 13 Aug 2018 20:51:06 +0300 Subject: [PATCH] remove more mcrypt stuff from config.php-dist --- config.php-dist | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.php-dist b/config.php-dist index 7821fe27a..ac4e098c5 100755 --- a/config.php-dist +++ b/config.php-dist @@ -23,12 +23,6 @@ // location of tt-rss directory, e.g. http://example.org/tt-rss/ // You need to set this option correctly otherwise several features // including PUSH, bookmarklets and browser integration will not work properly. - - // Key used for encryption of passwords for password-protected feeds - // in the database. A string of 24 random characters. If left blank, encryption - // is not used. Requires mcrypt functions. - // Warning: changing this key will make your stored feed passwords impossible - // to decrypt. define('SINGLE_USER_MODE', false); // Operate in single user mode, disables all functionality related to