mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX EMAIL_BOUNCEHANDLER_KEY cannot be defined (from r108513)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112757 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c0e2017cfc
commit
8fd8d87de4
@ -63,7 +63,9 @@ define('MCE_ROOT', 'sapphire/thirdparty/tinymce/');
|
||||
* For more information see:
|
||||
* {@link http://doc.silverstripe.org/doku.php?id=email_bouncehandler}
|
||||
*/
|
||||
define('EMAIL_BOUNCEHANDLER_KEY', '1aaaf8fb60ea253dbf6efa71baaacbb3');
|
||||
if(!defined('EMAIL_BOUNCEHANDLER_KEY')) {
|
||||
define('EMAIL_BOUNCEHANDLER_KEY', '1aaaf8fb60ea253dbf6efa71baaacbb3');
|
||||
}
|
||||
|
||||
PasswordEncryptor::register('none', 'PasswordEncryptor_None');
|
||||
PasswordEncryptor::register('md5', 'PasswordEncryptor_LegacyPHPHash("md5")');
|
||||
|
Loading…
Reference in New Issue
Block a user