fix the favicon again

This commit is contained in:
zzz
2009-08-27 19:43:57 +00:00
parent a3f290e4d8
commit 2e2bff3f0a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
%>
<html><head><title>I2P Router Console</title>
<%@include file="css.jsp" %>
<link rel="shortcut icon" href="favicon.ico" /></head><body>
</head><body>
<%
if (System.getProperty("router.consoleNonce") == null) {
System.setProperty("router.consoleNonce", new java.util.Random().nextLong() + "");