Whoops.
This commit is contained in:
parent
5a262725c7
commit
ac8d789edb
|
|
@ -34,7 +34,7 @@ module.exports.securityCheck = function(){
|
||||||
//Check mail protocol
|
//Check mail protocol
|
||||||
if(!config.mail.secure){
|
if(!config.mail.secure){
|
||||||
//If it's insecure then warn the admin
|
//If it's insecure then warn the admin
|
||||||
loggerUtil.consoleWarn("Mail transport security disabled! THis server should be used for development purposes only!");
|
loggerUtil.consoleWarn("Mail transport security disabled! This server should be used for development purposes only!");
|
||||||
}
|
}
|
||||||
|
|
||||||
//check session secret
|
//check session secret
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue