From fcf6aab8bec1e6a196a2905b913425fd252372de Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Fri, 3 Apr 2015 13:01:34 +0200 Subject: [PATCH] Re-disable password for wifi --- user/user_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/user_main.c b/user/user_main.c index 142d4e3..de18066 100644 --- a/user/user_main.c +++ b/user/user_main.c @@ -61,7 +61,7 @@ HttpdBuiltInUrl builtInUrls[]={ //Routines to make the /wifi URL and everything beneath it work. //Enable the line below to protect the WiFi configuration with an username/password combo. - {"/wifi/*", authBasic, myPassFn}, +// {"/wifi/*", authBasic, myPassFn}, {"/wifi", cgiRedirect, "/wifi/wifi.tpl"}, {"/wifi/", cgiRedirect, "/wifi/wifi.tpl"},