Revision c2b51a45
Added by Chris Buechler about 9 years ago
src/usr/local/www/services_rfc2136_edit.php | ||
---|---|---|
146 | 146 |
|
147 | 147 |
write_config(gettext("New/Edited RFC2136 dnsupdate entry was posted.")); |
148 | 148 |
|
149 |
if ($_POST['Submit'] == gettext("Save & Force Update")) {
|
|
149 |
if ($_POST['force']) {
|
|
150 | 150 |
$retval = services_dnsupdate_process("", $rfc2136['host'], true); |
151 | 151 |
} else { |
152 | 152 |
$retval = services_dnsupdate_process(); |
Also available in: Unified diff
Correct force updates when chosen. Ticket #6359