mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Allow disable of email
This commit is contained in:
@@ -35,7 +35,7 @@ else {
|
||||
@files || &error($text{'save_efiles'});
|
||||
$in{'dest'} =~ /^\// || &error($text{'save_edest'});
|
||||
if ($in{'email_def'}) {
|
||||
delete($copy->{'email'});
|
||||
$copy->{'email'} = '';
|
||||
}
|
||||
else {
|
||||
$in{'email'} =~ /^\S+$/ || &error($text{'save_eemail'});
|
||||
|
||||
Reference in New Issue
Block a user