From: Jeffrey Tolar Date: Wed, 17 Apr 2013 05:23:12 +0000 (-0500) Subject: Fix indentation issues (spaces => tabs) X-Git-Tag: 1.7.9~25^2~180^2~1^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5d28014ee3e99830c299a9444362df3051e7ac00;p=tt-rss.git Fix indentation issues (spaces => tabs) --- diff --git a/config.php-dist b/config.php-dist index 48bd5987..b751f622 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.