Instantiate system class w/ namespace

This commit is contained in:
billz 2021-08-09 06:25:41 +01:00
parent c661b0f473
commit b01e383e43
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ getWifiInterface();
function DisplayHostAPDConfig()
{
$status = new StatusMessages();
$system = new System();
$system = new \RaspAP\System\Sysinfo;
$arrConfig = array();
$arr80211Standard = [
'a' => '802.11a - 5 GHz',