summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 10:20:45 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 10:20:45 +0400
commit4a535e2d31a276b37ba69dfa911d84f7c04ae6c7 (patch)
tree16973dd28aaa3cd7575f62d471d558a80161f59a
parent2a649c447cfd7fd4e4d2345c73718de6738306b3 (diff)
parent524d03a03e46c9d0914432192a22d7f339b077ac (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 48bd59870..4df299786 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -25,8 +25,8 @@
// including PUSH, bookmarklets and browser integration will not work properly.
define('FEED_CRYPT_KEY', '');
- // Key used for encryption of login/passwords for password-protected feeds
- // in the database. A string of 24 random characters. If left blank, encryption
+ // 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.