Revision 91dad6c6
Added by N0YB almost 12 years ago
usr/local/www/services_dyndns_edit.php | ||
---|---|---|
73 | 73 |
$pconfig['curl_ipresolve_v4'] = isset($a_dyndns[$id]['curl_ipresolve_v4']); |
74 | 74 |
$pconfig['curl_ssl_verifypeer'] = isset($a_dyndns[$id]['curl_ssl_verifypeer']); |
75 | 75 |
$pconfig['zoneid'] = $a_dyndns[$id]['zoneid']; |
76 |
$pconfig['ttl'] = isset($a_dyndns[$id]['ttl']);
|
|
76 |
$pconfig['ttl'] = $a_dyndns[$id]['ttl'];
|
|
77 | 77 |
$pconfig['updateurl'] = $a_dyndns[$id]['updateurl']; |
78 | 78 |
$pconfig['resultmatch'] = $a_dyndns[$id]['resultmatch']; |
79 | 79 |
$pconfig['requestif'] = $a_dyndns[$id]['requestif']; |
Also available in: Unified diff
Update services_dyndns_edit.php
Setting $pconfig['ttl'] to isset result causes the ttl value to be set to 1 (true) upon subsequent saves.