mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update SSID label
This commit is contained in:
		| @@ -102,7 +102,7 @@ function DisplayDashboard(&$extraFooterScripts) | ||||
|  | ||||
|     if (!preg_match('/SSID: ([^ ]{1,'.SSIDMAXLEN.'})/', $stdoutIwWRepSpaces, $matchesSSID)) { | ||||
|         $wlanHasLink = false; | ||||
|         $matchesSSID[1] = 'Not connected'; | ||||
|         $matchesSSID[1] = 'None'; | ||||
|     } | ||||
|  | ||||
|     $connectedSSID = $matchesSSID[1]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user