I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 127b93c1 authored by zzz's avatar zzz
Browse files

i2ptunnel: Move web resources to war

parent cd019f25
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment