diff --git a/apps/routerconsole/jsp/configreseed.jsp b/apps/routerconsole/jsp/configreseed.jsp index e75301ab5..e6ad8dc94 100644 --- a/apps/routerconsole/jsp/configreseed.jsp +++ b/apps/routerconsole/jsp/configreseed.jsp @@ -18,6 +18,7 @@
<%=intl._t("Reseeding is the bootstrapping process used to find other routers when you first install I2P, or when your router has too few router references remaining.")%> +
| <%=intl._t("Reseed from File")%> | |
|---|---|
| <%=intl._t("Select zip or su3 file")%>: +<% + String file = request.getParameter("file"); + if (file != null) { +%> + +<% + } else { +%> +<% + } +%> | " /> | -
| <%=intl._t("Create Reseed File")%> | @@ -101,14 +117,16 @@ <%=intl._t("This file will never contain your own router's identity or IP.")%>|
|
- |