mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix default also notify field https://www.virtualmin.com/node/41824
This commit is contained in:
@@ -124,7 +124,7 @@ print &ui_table_start($text{'zonedef_msg2'}, "width=100%", 4);
|
||||
|
||||
print &addr_match_input($text{'zonedef_transfer'}, "allow-transfer", $mems);
|
||||
print &addr_match_input($text{'zonedef_query'}, "allow-query", $mems);
|
||||
print &addr_match_input($text{'master_notify2'}, "allow-notify", $mems);
|
||||
print &addr_match_input($text{'master_notify2'}, "also-notify", $mems);
|
||||
|
||||
print &ignore_warn_fail($text{'zonedef_cmaster'}, 'master', $check{'master'});
|
||||
print &ignore_warn_fail($text{'zonedef_cslave'}, 'slave', $check{'slave'});
|
||||
|
||||
Reference in New Issue
Block a user