mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Fix system info class creation
Hostapd.php is throwing an error. Two problems found: 1) the class System is not existing. Its actually called Sysinfo 2) the namespace of the class is RaspAP\System
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user