From 15c089ca9c3e2ed264a88563deb576becfbc3eca Mon Sep 17 00:00:00 2001
From: hypercubus <hypercubus>
Date: Wed, 1 Sep 2004 00:33:59 +0000
Subject: [PATCH] now opens browser to http://localhost:7657/ in all cases

---
 apps/systray/java/src/net/i2p/apps/systray/SysTray.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/apps/systray/java/src/net/i2p/apps/systray/SysTray.java b/apps/systray/java/src/net/i2p/apps/systray/SysTray.java
index ec437e7f5f..8d08a3aa97 100644
--- a/apps/systray/java/src/net/i2p/apps/systray/SysTray.java
+++ b/apps/systray/java/src/net/i2p/apps/systray/SysTray.java
@@ -41,9 +41,7 @@ public class SysTray implements SysTrayMenuListener {
 
         _browserString = _configFile.getProperty("browser", "default");
         _portString = _configFile.getProperty("port", "7657");
-
-        if (!(new File("router.config")).exists())
-            openRouterConsole("http://localhost:" + _portString + "/config.jsp");
+        openRouterConsole("http://localhost:" + _portString + "/");
 
         if (System.getProperty("os.name").startsWith("Windows"))
             _instance = new SysTray();
-- 
GitLab