From 12360a9bc8c4b8d1a5425e2fb579c52334263fe8 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 16 Dec 2015 23:09:52 +0545 Subject: services_dyndns_edit requestif key name This probably fixes forum thread https://forum.pfsense.org/index.php?topic=104076.0 --- src/usr/local/www/services_dyndns_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr') 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. '); -- cgit v1.1