summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-17 23:09:50 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-17 23:09:50 +0545
commit9824ca6d7d14c1c6c911f5e4c4246e286356f0b2 (patch)
treec05a4397b7b25bf59a6d185c710a304034eba804 /src/usr/local/www/services_rfc2136_edit.php
parentde455892c31e0773c959bddf7b42febbf6f51fde (diff)
downloadpfsense-9824ca6d7d14c1c6c911f5e4c4246e286356f0b2.zip
pfsense-9824ca6d7d14c1c6c911f5e4c4246e286356f0b2.tar.gz
services_rfc2136_edit remove unused $input
These bits if code that put new Form_Checkbox() into var $input do not seem to do anything useful. They just made me wonder why they were there. If someone knows how they do anything useful, then please say so. Otherwise we can get rid of $input here.
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index 0c0548a..88da96f 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -224,7 +224,7 @@ $group->add(new Form_Checkbox(
'zone'
))->displayAsRadio();
-$group->add($input = new Form_Checkbox(
+$group->add(new Form_Checkbox(
'keytype',
'Key Type',
'Host',
@@ -232,7 +232,7 @@ $group->add($input = new Form_Checkbox(
'host'
))->displayAsRadio();
-$group->add($input = new Form_Checkbox(
+$group->add(new Form_Checkbox(
'keytype',
'Key Type',
'User',
@@ -280,7 +280,7 @@ $group->add(new Form_Checkbox(
'A'
))->displayAsRadio();
-$group->add($input = new Form_Checkbox(
+$group->add(new Form_Checkbox(
'recordtype',
'Record Type',
'AAAA (IPv6)',
@@ -288,7 +288,7 @@ $group->add($input = new Form_Checkbox(
'AAAA'
))->displayAsRadio();
-$group->add($input = new Form_Checkbox(
+$group->add(new Form_Checkbox(
'recordtype',
'Record Type',
'Both',
OpenPOWER on IntegriCloud