diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2015-10-30 10:25:05 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-10-30 10:25:05 -0400 |
commit | 53047cc9264213f1676a391ea6a832771a25bfd8 (patch) | |
tree | f72b35a37add5909f41930ee4eabfbdd6b354ffe /src | |
parent | a9af7aa6b2c0b903f8aaaa9a68d5de51af4d0b35 (diff) | |
download | pfsense-53047cc9264213f1676a391ea6a832771a25bfd8.zip pfsense-53047cc9264213f1676a391ea6a832771a25bfd8.tar.gz |
Remove unneeded binding
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/wizards/setup_wizard.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/wizards/setup_wizard.xml b/src/usr/local/www/wizards/setup_wizard.xml index 2abd49e..e6d5e69 100644 --- a/src/usr/local/www/wizards/setup_wizard.xml +++ b/src/usr/local/www/wizards/setup_wizard.xml @@ -346,7 +346,6 @@ <name>Show PPPoE password</name> <type>checkbox</type> <typehint>Reveal password characters</typehint> - <bindstofield>wizardtemp->wan->ppoeshowpassword</bindstofield> </field> <field> <name>PPPoE Service name</name> @@ -385,7 +384,6 @@ <name>Show PPTP password</name> <type>checkbox</type> <typehint>Reveal password characters</typehint> - <bindstofield>wizardtemp->wan->pptpshowpassword</bindstofield> </field> <field> <combinefieldsbegin>true</combinefieldsbegin> |