summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorJeffrey Tolar <[email protected]>2013-04-17 00:23:12 -0500
committerJeffrey Tolar <[email protected]>2013-04-17 00:23:12 -0500
commit5d28014ee3e99830c299a9444362df3051e7ac00 (patch)
tree9af98422fe0b21ea5ce2df3b01a6a086f995d409 /config.php-dist
parent5e6f0145c8a156e122e687a168e9e6505b76e89f (diff)
Fix indentation issues (spaces => tabs)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files 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.