elofgren: Add note to comments above 'EMAIL_BOUNCEHANDLER_KEY' that 'you can override it in mysite/_config.php to ease upgrades'

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41978 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-16 00:38:14 +00:00
parent 87a0535439
commit 1c044df977
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Security::set_password_encryption_algorithm('sha1', true);
/**
* The secret key that needs to be sent along with pings to /Email_BounceHandler.
* Change this to something different for increase security.
* Change this to something different for increase security (you can override it in mysite/_config.php to ease upgrades).
* For more information see: http://doc.silverstripe.com/doku.php?id=email_bouncehandler
*/
define('EMAIL_BOUNCEHANDLER_KEY', '1aaaf8fb60ea253dbf6efa71baaacbb3');