Fix pppsetup.cgi - pppoe over atm selection

This commit is contained in:
Arne Fitzenreiter
2009-01-02 11:49:35 +01:00
parent cc906b27c3
commit 5bc3883c7a
2 changed files with 2 additions and 2 deletions

View File

@@ -488,7 +488,7 @@ chomp ($atmdev);
if ($atmdev ne '') {
print <<END
<option value='pppoeatm' $selected{'TYPE'}{'pppoeatm'}>PPPoE over ATM-BRIDGE</option>
<option value='pptpatm' $selected{'TYPE'}{'pppoeatm'}>PPTP over ATM-BRIDGE</option>
<option value='pptpatm' $selected{'TYPE'}{'pptpatm'}>PPTP over ATM-BRIDGE</option>
END
;
}