1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Instantiate system class w/ namespace

This commit is contained in:
billz 2021-08-09 06:24:29 +01:00
parent ddc5b44557
commit 93db1347cb

View File

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