i2ptunnel: Move web resources to war

This commit is contained in:
zzz
2020-12-06 11:59:54 +00:00
parent cd019f258f
commit 127b93c1e2
3 changed files with 1 additions and 1 deletions

View File

@@ -351,7 +351,7 @@ public class IndexBean {
if (_context.getProperty(PROP_DISABLE_OLD, DEFAULT_DISABLE_OLD))
theme = "light";
}
return "/themes/i2ptunnel/" + theme + "/";
return "themes/" + theme + "/";
}
public int getTunnelCount() {