]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
support rel=noopener for links
[tt-rss.git] / config.php-dist
index 2eaaab6173de0d68bb01243338346957399abf7f..c86af943be85da8c1b4be0f3fa75b2a88a0dd4c3 100644 (file)
        // including PUSH, bookmarklets and browser integration will not work properly.
 
        define('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
+       // mcrypt is still available.
+
        // 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.