Add operatingSystem check to bridge option

This commit is contained in:
billz
2022-06-22 11:50:00 +01:00
parent a4960f89ac
commit 7674feaf61
2 changed files with 5 additions and 2 deletions

View File

@@ -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"
)
);
}