From 5d28014ee3e99830c299a9444362df3051e7ac00 Mon Sep 17 00:00:00 2001 From: Jeffrey Tolar Date: Wed, 17 Apr 2013 00:23:12 -0500 Subject: [PATCH 1/2] Fix indentation issues (spaces => tabs) --- config.php-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php-dist b/config.php-dist index 48bd59870..b751f6228 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 login/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. From 524d03a03e46c9d0914432192a22d7f339b077ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 09:30:11 +0400 Subject: [PATCH 2/2] config: remove mention of encrypted logins --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index b751f6228..4df299786 100644 --- a/config.php-dist +++ b/config.php-dist @@ -25,7 +25,7 @@ // 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 + // 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