diff options
author | Phil Davis <phil.davis@inf.org> | 2015-12-16 23:09:52 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-12-16 23:09:52 +0545 |
commit | 12360a9bc8c4b8d1a5425e2fb579c52334263fe8 (patch) | |
tree | a13c38ce2b4730af0ff4e93b740c260fb50b2a6a /src/usr | |
parent | 4321baa6eb7416c7435b06451f40bce4291bdc46 (diff) | |
download | pfsense-12360a9bc8c4b8d1a5425e2fb579c52334263fe8.zip pfsense-12360a9bc8c4b8d1a5425e2fb579c52334263fe8.tar.gz |
services_dyndns_edit requestif key name
This probably fixes forum thread https://forum.pfsense.org/index.php?topic=104076.0
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/services_dyndns_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index 707dfc3..2dc5030 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -284,7 +284,7 @@ $section->addInput(new Form_Select( $section->addInput(new Form_Select( 'requestif', 'Interface to send update from', - $pconfig['request'], + $pconfig['requestif'], $interfacelist ))->setHelp('This is almost always the same as the Interface to Monitor. '); |