Merge pull request #160 from lotrfan/indent_fix

Fix indentation issues (spaces => tabs)
This commit is contained in:
Andrew Dolgov 2013-04-16 22:29:32 -07:00
commit 57f37cfcf4
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. // including PUSH, bookmarklets and browser integration will not work properly.
define('FEED_CRYPT_KEY', ''); define('FEED_CRYPT_KEY', '');
// Key used for encryption of login/passwords for password-protected feeds // Key used for encryption of login/passwords for password-protected feeds
// in the database. A string of 24 random characters. If left blank, encryption // in the database. A string of 24 random characters. If left blank, encryption
// is not used. Requires mcrypt functions. // is not used. Requires mcrypt functions.
// Warning: changing this key will make your stored feed passwords impossible // Warning: changing this key will make your stored feed passwords impossible
// to decrypt. // to decrypt.