mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Add missing my
[build]
This commit is contained in:
@ -133,7 +133,7 @@ if ($access{'notify'}) {
|
||||
&ui_yesno_radio("notify", $gconfig{'logemail'} ? 1 : 0));
|
||||
|
||||
# Send notification to
|
||||
$email = $gconfig{'logemail'};
|
||||
my $email = $gconfig{'logemail'};
|
||||
if ($gconfig{'webmin_email_to'}) {
|
||||
$email ||= "*";
|
||||
print &ui_table_row($text{'index_notify_email'},
|
||||
|
Reference in New Issue
Block a user