[fix] Disable email sending cause it's very dangereous and use by virus and spammer
This commit is contained in:
parent
30dc4de99e
commit
39a0c163b1
|
@ -17,7 +17,7 @@ our $default_config = {
|
|||
how => 'sendmail'
|
||||
},
|
||||
mail_sender => 'no-reply@lufi.io',
|
||||
disable_mail_sending => 0,
|
||||
disable_mail_sending => 1,
|
||||
theme => 'default',
|
||||
upload_dir => 'files',
|
||||
session_duration => 3600,
|
||||
|
|
Loading…
Reference in New Issue