Bugfix: typo. Thx @mp035

This commit is contained in:
billz 2021-01-06 07:48:46 +00:00
parent d500ee2899
commit a4636b2902

View file

@ -356,7 +356,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
* *
* @return boolean $result * @return boolean $result
*/ */
function updateHostapdConfig($ignore_broadcast_ssid,$wifiAPEnble,$bridgedEnable) function updateHostapdConfig($ignore_broadcast_ssid,$wifiAPEnable,$bridgedEnable)
{ {
// Fixed values // Fixed values
$country_code = $_POST['country_code']; $country_code = $_POST['country_code'];