Project

General

Profile

« Previous | Next » 

Revision d54107b1

Added by Steve Beaver over 8 years ago

Fix "Save and Force" action

View differences:

src/usr/local/www/services_dyndns_edit.php
70 70
	$pconfig['descr'] = $a_dyndns[$id]['descr'];
71 71
}
72 72

  
73
if ($_POST['save']) {
73
if ($_POST['save'] || $_POST['force']) {
74 74
	global $dyndns_split_domain_types;
75 75
	unset($input_errors);
76 76
	$pconfig = $_POST;
src/usr/local/www/services_rfc2136_edit.php
63 63

  
64 64
}
65 65

  
66
if ($_POST['save']) {
66
if ($_POST['save'] || $_POST['force']) {
67 67

  
68 68
	unset($input_errors);
69 69
	$pconfig = $_POST;

Also available in: Unified diff