CORRECTLY create client tunnels by default in the wizard

This commit is contained in:
str4d
2012-02-01 23:34:15 +00:00
parent 98e7a6d2b3
commit 5a0190ddcc

View File

@@ -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%>" /><%