]> git.wh0rd.org - tt-rss.git/commitdiff
Fix indentation issues (spaces => tabs)
authorJeffrey Tolar <tolar.jeffrey@gmail.com>
Wed, 17 Apr 2013 05:23:12 +0000 (00:23 -0500)
committerJeffrey Tolar <tolar.jeffrey@gmail.com>
Wed, 17 Apr 2013 05:23:12 +0000 (00:23 -0500)
config.php-dist

index 48bd598704286ed97974e862aac74fe8093ccf8b..b751f6228ee888def39fb8562fa9f2dcdb9d982f 100644 (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.