mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add operatingSystem check to bridge option
This commit is contained in:
@@ -18,6 +18,7 @@ function DisplayHostAPDConfig()
|
||||
{
|
||||
$status = new StatusMessages();
|
||||
$system = new \RaspAP\System\Sysinfo;
|
||||
$operatingSystem = $system->operatingSystem();
|
||||
$arrConfig = array();
|
||||
$arr80211Standard = [
|
||||
'a' => '802.11a - 5 GHz',
|
||||
@@ -122,7 +123,8 @@ function DisplayHostAPDConfig()
|
||||
"arrEncType",
|
||||
"arrTxPower",
|
||||
"txpower",
|
||||
"arrHostapdConf"
|
||||
"arrHostapdConf",
|
||||
"operatingSystem"
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user