From a4636b2902df81f21643ddcd44dbf9d9f231c00c Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 6 Jan 2021 07:48:46 +0000 Subject: [PATCH] Bugfix: typo. Thx @mp035 --- includes/hostapd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/hostapd.php b/includes/hostapd.php index f16fd8ad..15ab618e 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -356,7 +356,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status) * * @return boolean $result */ -function updateHostapdConfig($ignore_broadcast_ssid,$wifiAPEnble,$bridgedEnable) +function updateHostapdConfig($ignore_broadcast_ssid,$wifiAPEnable,$bridgedEnable) { // Fixed values $country_code = $_POST['country_code'];