mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 15:36:00 +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));
|
&ui_yesno_radio("notify", $gconfig{'logemail'} ? 1 : 0));
|
||||||
|
|
||||||
# Send notification to
|
# Send notification to
|
||||||
$email = $gconfig{'logemail'};
|
my $email = $gconfig{'logemail'};
|
||||||
if ($gconfig{'webmin_email_to'}) {
|
if ($gconfig{'webmin_email_to'}) {
|
||||||
$email ||= "*";
|
$email ||= "*";
|
||||||
print &ui_table_row($text{'index_notify_email'},
|
print &ui_table_row($text{'index_notify_email'},
|
||||||
|
Reference in New Issue
Block a user