diff --git a/apps/routerconsole/jsp/configpeer.jsp b/apps/routerconsole/jsp/configpeer.jsp index 5a9cfcae7..ca8a8022a 100644 --- a/apps/routerconsole/jsp/configpeer.jsp +++ b/apps/routerconsole/jsp/configpeer.jsp @@ -1,24 +1,20 @@ <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> - <%@include file="css.jsi" %> <%=intl.title("config peers")%> <%@include file="summaryajax.jsi" %> - <%@include file="summary.jsi" %>

<%=intl._t("I2P Peer Configuration")%>

<%@include file="confignav.jsi" %> - <%@include file="formhandler.jsi" %> " /> - <% String peer = ""; if (request.getParameter("peer") != null) peer = net.i2p.data.DataHelper.stripHTML(request.getParameter("peer")); // XSS @@ -41,7 +37,6 @@ <% } %>
-

<%=intl._t("Adjust Profile Bonuses")%>

<%=intl._t("Bonuses may be positive or negative, and affect the peer's inclusion in Fast and High Capacity tiers. Fast peers are used for client tunnels, and High Capacity peers are used for some exploratory tunnels. Current bonuses are displayed on the")%> <%=intl._t("profiles page")%>.

<% long speed = 0; long capacity = 0; @@ -62,5 +57,4 @@

<%=intl._t("Banned IPs")%>

- -

+