wok rev 18560
ppp.cgi: route shortcut uses is UDP based
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 08 18:19:02 2015 +0100 (2015-11-08) |
parents | 3494cfd4c595 |
children | b2ba8b3680f1 |
files | ppp/stuff/ppp.cgi |
line diff
1.1 --- a/ppp/stuff/ppp.cgi Sun Nov 08 14:57:26 2015 +0100 1.2 +++ b/ppp/stuff/ppp.cgi Sun Nov 08 18:19:02 2015 +0100 1.3 @@ -257,7 +257,7 @@ 1.4 <input type="hidden" name="setppprc" /> 1.5 <table> 1.6 <tr> 1.7 - <td>$(_ 'TCP port')</td> 1.8 + <td>$(_ 'UDP port')</td> 1.9 <td><input type="text" name="port" size="50" value="1111" /></td> 1.10 </tr> 1.11 <tr> <td colspan=2 align=center>--- $(_ 'Server only') ---</td> </tr>