move icons/ to docs/

This commit is contained in:
zzz
2009-05-22 13:23:52 +00:00
parent 4ab46b1de8
commit aa04820fd1
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ if (c != null && c.length() > 0) {
response.setContentType("image/png");
response.setHeader("Cache-Control", "max-age=86400"); // cache for a day
try {
net.i2p.util.FileUtil.readFile(c + ".png", "icons/flags", cout);
net.i2p.util.FileUtil.readFile(c + ".png", "docs/icons/flags", cout);
rendered = true;
} catch (java.io.IOException ioe) {}
if (rendered)