From a4960f89ac4791240619db624726346cf1f6bd90 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 8 Jun 2022 17:29:23 +0000 Subject: [PATCH] Get system->operatingSystem() --- includes/hostapd.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/hostapd.php b/includes/hostapd.php index 812d81ee..fc301417 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -7,6 +7,9 @@ require_once 'includes/config.php'; getWifiInterface(); +$system = new \RaspAP\System\Sysinfo; +$os = $system->operatingSystem(); + /** * Initialize hostapd values, display interface *