routerconsole war dies with .jsp files in a subdir

This commit is contained in:
str4d
2013-11-01 11:00:37 +00:00
parent 777e08c8b6
commit 48cce6435b
9 changed files with 4 additions and 4 deletions

View File

@ -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" />