diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 8a0e73df1..739b9f5f4 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -449,7 +449,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% } %> - <% if (editBean.isAdvanced()) { %> + <% if (true /* editBean.isAdvanced() */ ) { %>
<% **********************/ %> - <% if (editBean.isAdvanced()) { %> + <% if (true /* editBean.isAdvanced() */ ) { %>