From 0ba3aad666fef2ea7fae7d170a763118d01952bc Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Sat, 1 Sep 2012 15:02:38 +0000 Subject: [PATCH] Disable i2jump.i2p from the tunnel wizard since it's been disabled elsewhere --- apps/i2ptunnel/jsp/wizard.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index 28439dc71d..9d9aa19ff9 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -500,8 +500,7 @@ } if ("httpclient".equals(tunnelType)) { %><input type="hidden" name="jumpList" value="http://i2host.i2p/cgi-bin/i2hostjump? -http://stats.i2p/cgi-bin/jump.cgi?a= -http://i2jump.i2p/" /><% +http://stats.i2p/cgi-bin/jump.cgi?a=" /><% } /* httpclient */ } else { /* Server-only defaults */ %><input type="hidden" name="privKeyFile" value="<%=editBean.getPrivateKeyFile(-1)%>" /> -- GitLab