mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Get system->operatingSystem()
This commit is contained in:
parent
08a76445ae
commit
a4960f89ac
@ -7,6 +7,9 @@ require_once 'includes/config.php';
|
|||||||
|
|
||||||
getWifiInterface();
|
getWifiInterface();
|
||||||
|
|
||||||
|
$system = new \RaspAP\System\Sysinfo;
|
||||||
|
$os = $system->operatingSystem();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize hostapd values, display interface
|
* Initialize hostapd values, display interface
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user