1
0
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:
billz 2022-06-08 17:29:23 +00:00
parent 08a76445ae
commit a4960f89ac

View File

@ -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
* *