mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Get system->operatingSystem()
This commit is contained in:
parent
08a76445ae
commit
a4960f89ac
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ require_once 'includes/config.php';
|
|||
|
||||
getWifiInterface();
|
||||
|
||||
$system = new \RaspAP\System\Sysinfo;
|
||||
$os = $system->operatingSystem();
|
||||
|
||||
/**
|
||||
* Initialize hostapd values, display interface
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue