Browse Source

Get system->operatingSystem()

pull/1183/head
billz 1 year ago
parent
commit
a4960f89ac
  1. 3
      includes/hostapd.php

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

Loading…
Cancel
Save