mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Bugfix: typo. Thx @mp035
This commit is contained in:
parent
d500ee2899
commit
a4636b2902
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||||
|
|
Loading…
Reference in a new issue