Get system->operatingSystem()

This commit is contained in:
billz 2022-06-08 17:29:23 +00:00
parent 08a76445ae
commit a4960f89ac
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ require_once 'includes/config.php';
getWifiInterface();
$system = new \RaspAP\System\Sysinfo;
$os = $system->operatingSystem();
/**
* Initialize hostapd values, display interface
*