]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/pppsetup.cgi
Fix pppsetup.cgi - pppoe over atm selection
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / pppsetup.cgi
index 4b261f3a603523b8d9fd42b657a3ef5c3c8ed161..acb3c0d4e8c52c7b45001c02d3c31aa5cafe72e6 100644 (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
 ;
 }