now opens browser to http://localhost:7657/ in all cases
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user