From 1f35114d7bc9e2941b15cb93bebc46f66a525e9f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 24 Apr 2019 11:24:33 +0100 Subject: [PATCH] hostap: Fix wiring of checkboxes for client isolation The checkboxes were swapped which lead to client isolation being enabled when the UI said disabled and vice-versa. Signed-off-by: Michael Tremer --- html/cgi-bin/wlanap.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 44b0b40532..abee0c3cbb 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -382,7 +382,7 @@ print <SSID:  SSID Broadcast: on | off -Client Isolation: on | off +Client Isolation: on | off $Lang::tr{'wlanap country'}:  -- 2.39.2