diff --git a/apps/routerconsole/java/src/net/i2p/router/web/NewsFetcher.java b/apps/routerconsole/java/src/net/i2p/router/web/NewsFetcher.java index fd7662caf..90835b070 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/NewsFetcher.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/NewsFetcher.java @@ -46,7 +46,7 @@ public class NewsFetcher implements Runnable, EepGet.StatusListener { _log = ctx.logManager().getLog(NewsFetcher.class); _instance = this; _lastFetch = 0; - _newsFile = new File(_context.getBaseDir(), NEWS_FILE); + _newsFile = new File(_context.getRouterDir(), NEWS_FILE); _tempFile = new File(_context.getTempDir(), TEMP_NEWS_FILE); updateLastFetched(); _lastUpdated = _lastFetch; diff --git a/apps/routerconsole/jsp/index.jsp b/apps/routerconsole/jsp/index.jsp index ecd0c68d3..c693c090c 100644 --- a/apps/routerconsole/jsp/index.jsp +++ b/apps/routerconsole/jsp/index.jsp @@ -19,7 +19,7 @@ if (System.getProperty("router.consoleNonce") == null) {