diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 673291af7a6e944b6242fa6cdccba6c222f4318d..ae50f1882530bd4da96489c2ab2411b559f44378 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -60,6 +60,7 @@ %><h4><%=intl._("Wizard completed")%></h4><% } %> <input type="hidden" name="page" value="<%=request.getParameter("page")%>" /> + <input type="hidden" name="tunnel" value="null" /> <input type="hidden" name="nonce" value="<%=wizardBean.getNextNonce()%>" /> </div>