"page or resource" indication on 404 console error page.

This commit is contained in:
z3d
2009-08-22 17:42:15 +00:00
parent 2e4bd1e440
commit 0cc72a49c8

View File

@ -24,6 +24,6 @@ if (System.getProperty("router.consoleNonce") == null) {
<%@include file="summary.jsp" %>
<h1><%=ERROR_CODE%> <%=ERROR_MESSAGE%></h1>
<div class="sorry" id="warning">
Sorry! You appear to be requesting a non-existent Router Console page.<hr>
Sorry! You appear to be requesting a non-existent Router Console page or resource.<hr>
Error 404: <%=ERROR_URI%> not found.
</div></body></html>