diff options
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 0c6983c..63da737 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -223,12 +223,12 @@ <field> <name>PPPoE Username</name> <type>input</type> - <bindstofield>pppoe->username</bindstofield> + <bindstofield>interfaces->wan->pppoe_username</bindstofield> </field> <field> <name>PPPoE Password</name> <type>input</type> - <bindstofield>pppoe->password</bindstofield> + <bindstofield>interfaces->wan->pppoe_password</bindstofield> </field> <field> <name>PPPoE Service name</name> @@ -253,12 +253,12 @@ <field> <name>PPTP Username</name> <type>input</type> - <bindstofield>pptp->username</bindstofield> + <bindstofield>interfaces->wan->pptp_username</bindstofield> </field> <field> <name>PPTP Password</name> <type>input</type> - <bindstofield>pptp->password</bindstofield> + <bindstofield>interfaces->wan->pptp_password</bindstofield> </field> <field> <combinefieldsbegin>true</combinefieldsbegin> |