summaryrefslogtreecommitdiff
path: root/pages/setup.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/setup.ecpp')
-rw-r--r--pages/setup.ecpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/setup.ecpp b/pages/setup.ecpp
index 7e17774..b099c0f 100644
--- a/pages/setup.ecpp
+++ b/pages/setup.ecpp
@@ -33,6 +33,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
if (pass != "")
LiveSetup().SetAdminPassword(pass);
LiveSetup().SetLocalNetMask(localnetmask);
+ LiveSetup().CheckLocalNet(request.getPeerIp());
}
LiveSetup().SetTimes(times);
LiveSetup().SetStartScreen(startscreen);