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

Merge pull request #52 from RaspAP/zbchristian-fix-sysinfo-creation

Fix system info class creation
This commit is contained in:
Bill Zimmerman 2021-08-31 18:03:33 +02:00 committed by GitHub
commit 890aaaabc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',