mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Processed with phpcbf for PSR-2 coding standard
This commit is contained in:
@@ -59,10 +59,15 @@ function DisplayHostAPDConfig()
|
||||
|
||||
echo renderTemplate("hostapd", compact(
|
||||
"status",
|
||||
"serviceStatus", "hostapdstatus",
|
||||
"interfaces", "arrConfig",
|
||||
"arr80211Standard", "selectedHwMode",
|
||||
"arrSecurity", "arrEncType", "arrHostapdConf"
|
||||
"serviceStatus",
|
||||
"hostapdstatus",
|
||||
"interfaces",
|
||||
"arrConfig",
|
||||
"arr80211Standard",
|
||||
"selectedHwMode",
|
||||
"arrSecurity",
|
||||
"arrEncType",
|
||||
"arrHostapdConf"
|
||||
));
|
||||
}
|
||||
|
||||
@@ -260,4 +265,3 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user