forked from I2P_Developers/i2p.i2p
CORRECTLY create client tunnels by default in the wizard
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<label><%=intl._("Server Tunnel")%></label>
|
||||
<input value="false" type="radio" id="baseType" name="isClient" class="tickbox" />
|
||||
<label><%=intl._("Client Tunnel")%></label>
|
||||
<input value="true" type="radio" id="baseType" name="isClient" class="tickbox" selected="selected" />
|
||||
<input value="true" type="radio" id="baseType" name="isClient" class="tickbox" checked="checked" />
|
||||
</div><%
|
||||
} else {
|
||||
%><input type="hidden" name="isClient" value="<%=tunnelIsClient%>" /><%
|
||||
|
Reference in New Issue
Block a user