I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 48cce643 authored by str4d's avatar str4d
Browse files

routerconsole war dies with .jsp files in a subdir

parent 777e08c8
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@
<h1>I2P Router Help &amp; Support</h1>
<div class="main" id="main"><p>
<%@include file="help/help.jsi" %>
<%@include file="help/legal.jsi" %>
<%@include file="help/sidebar.jsi" %>
<%@include file="help.jsi" %>
<%@include file="help-legal.jsi" %>
<%@include file="help-sidebar.jsi" %>
<h2>Change Log</h2>
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
......
......@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 19;
public final static long BUILD = 20;
/** for example "-test" */
public final static String EXTRA = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment