Fix indentation issues (spaces => tabs)

This commit is contained in:
Jeffrey Tolar 2013-04-17 00:23:12 -05:00
parent 5e6f0145c8
commit 5d28014ee3
1 changed files with 2 additions and 2 deletions

View File

@ -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.