Changeset 13157
- Timestamp:
- 11/02/09 09:57:03 (3 weeks ago)
- Files:
-
- src/router/kromo/dd-wrt/PPTP.asp (modified) (1 diff)
- src/router/kromo/dd-wrt/lang_pack/english.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/kromo/dd-wrt/PPTP.asp
r12553 r13157 106 106 </div> 107 107 <div class="setting"> 108 <div class="label"><% tran("service.pptp_custDNS"); %></div> 109 <input size="25" name="pptpd_dns" value="<% nvram_get("pptpd_dns"); %>" /> 110 </div> 111 <div class="setting"> 112 <div class="label"><% tran("service.pptp_custWINS"); %></div> 113 <input size="25" name="pptpd_wins" value="<% nvram_get("pptpd_wins"); %>" /> 114 </div> 115 <div class="setting"> 108 116 <div class="label"><% tran("radius.legend"); %></div> 109 117 <input class="spaceradio" type="radio" name="pptpd_radius" value="1" <% nvram_checked("pptpd_radius", "1"); %> onclick="show_layer_ext(this, 'idradius', true)" /><% tran("share.enable"); %> src/router/kromo/dd-wrt/lang_pack/english.js
r13152 r13157 1204 1204 service.pptp_client="Client IP(s)"; 1205 1205 service.pptp_chap="CHAP-Secrets"; 1206 service.pptp_custDNS="Custom DNS Servers List"; 1207 service.pptp_custWINS="Custom WINS Servers List"; 1206 1208 1207 1209 //syslog.webservices
