From 84a11ec48cc57e54a82a7c41e3f0c2afa2ff9d79 Mon Sep 17 00:00:00 2001 From: cominch Date: Wed, 20 Jun 2012 07:55:28 +0200 Subject: [PATCH] Corrected loading of default page settings on ConfigPortal.html --- htroot/ConfigPortal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/ConfigPortal.java b/htroot/ConfigPortal.java index d2a4d6b03..5429644bc 100644 --- a/htroot/ConfigPortal.java +++ b/htroot/ConfigPortal.java @@ -59,7 +59,7 @@ public class ConfigPortal { } else { 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(); } if (post.containsKey("searchpage_set")) {