Restore removed pppoe word.

This commit is contained in:
Ermal Luçi 2008-11-22 17:37:03 +00:00
parent dd7a83098d
commit 76e3f0ef72

View File

@ -85,7 +85,7 @@ $a_gateways = &$config['gateways']['gateway_item'];
$wancfg = &$config['interfaces'][$if];
$pconfig['_username'] = $wancfg['pppoe_username'];
$pconfig['pppoe_username'] = $wancfg['pppoe_username'];
$pconfig['pppoe_password'] = $wancfg['pppoe_password'];
$pconfig['provider'] = $wancfg['provider'];
$pconfig['pppoe_dialondemand'] = isset($wancfg['ondemand']);