Update SSID label

This commit is contained in:
billz 2020-02-03 09:28:06 +00:00
parent 36e4d5baf0
commit b37221b55b
1 changed files with 1 additions and 1 deletions

View File

@ -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];