diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp
index 8a0e73df10ef3de5dd68e7d6b4269f9c806e02e4..739b9f5f40a62da747684ef7f712b3b64ffb8fc2 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; }
             </div>
          <% } %>
            
-         <% if (editBean.isAdvanced()) { %>
+         <% if (true /* editBean.isAdvanced() */ ) { %>
             <div id="tunnelOptionsField" class="rowItem">
                 <label>
                     <%=intl._("Signature type")%>
diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp
index 4dba5773f7d45b2b3e958adb8ae335baa378d9fa..437f8775b248205820d6a12520ded690d1533892 100644
--- a/apps/i2ptunnel/jsp/editServer.jsp
+++ b/apps/i2ptunnel/jsp/editServer.jsp
@@ -570,7 +570,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
             </div>
 <% **********************/ %>
 
-         <% if (editBean.isAdvanced()) { %>
+         <% if (true /* editBean.isAdvanced() */ ) { %>
             <div id="tunnelOptionsField" class="rowItem">
                 <label>
                     <%=intl._("Signature type")%>