Corrected loading of default page settings on ConfigPortal.html

pull/1/head
cominch 13 years ago
parent 6b4545d6b0
commit 84a11ec48c

@ -59,7 +59,7 @@ public class ConfigPortal {
} else { } else {
sb.setConfig(SwitchboardConstants.BROWSER_POP_UP_PAGE, "Status.html"); sb.setConfig(SwitchboardConstants.BROWSER_POP_UP_PAGE, "Status.html");
} }
sb.setConfig(SwitchboardConstants.BROWSER_DEFAULT, sb.getConfig(SwitchboardConstants.BROWSER_POP_UP_PAGE, "index.html")); sb.setConfig(SwitchboardConstants.BROWSER_POP_UP_PAGE, sb.getConfig(SwitchboardConstants.BROWSER_POP_UP_PAGE, "index.html"));
HTTPDFileHandler.initDefaultPath(); HTTPDFileHandler.initDefaultPath();
} }
if (post.containsKey("searchpage_set")) { if (post.containsKey("searchpage_set")) {

Loading…
Cancel
Save