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

Skip to content
Snippets Groups Projects
Commit 15c089ca authored by hypercubus's avatar hypercubus Committed by zzz
Browse files

now opens browser to http://localhost:7657/ in all cases

parent e93a2ddd
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,7 @@ public class SysTray implements SysTrayMenuListener { ...@@ -41,9 +41,7 @@ public class SysTray implements SysTrayMenuListener {
_browserString = _configFile.getProperty("browser", "default"); _browserString = _configFile.getProperty("browser", "default");
_portString = _configFile.getProperty("port", "7657"); _portString = _configFile.getProperty("port", "7657");
openRouterConsole("http://localhost:" + _portString + "/");
if (!(new File("router.config")).exists())
openRouterConsole("http://localhost:" + _portString + "/config.jsp");
if (System.getProperty("os.name").startsWith("Windows")) if (System.getProperty("os.name").startsWith("Windows"))
_instance = new SysTray(); _instance = new SysTray();
......
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