forked from I2P_Developers/i2p.i2p
routerconsole war dies with .jsp files in a subdir
This commit is contained in:
@ -16,9 +16,9 @@
|
|||||||
<h1>I2P Router Help & Support</h1>
|
<h1>I2P Router Help & Support</h1>
|
||||||
<div class="main" id="main"><p>
|
<div class="main" id="main"><p>
|
||||||
|
|
||||||
<%@include file="help/help.jsi" %>
|
<%@include file="help.jsi" %>
|
||||||
<%@include file="help/legal.jsi" %>
|
<%@include file="help-legal.jsi" %>
|
||||||
<%@include file="help/sidebar.jsi" %>
|
<%@include file="help-sidebar.jsi" %>
|
||||||
|
|
||||||
<h2>Change Log</h2>
|
<h2>Change Log</h2>
|
||||||
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 19;
|
public final static long BUILD = 20;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user