From b37221b55bc173ce6debb6dad0552b22552204cf Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 3 Feb 2020 09:28:06 +0000 Subject: [PATCH] Update SSID label --- includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/dashboard.php b/includes/dashboard.php index 42d39b48..fc03c0aa 100755 --- a/includes/dashboard.php +++ b/includes/dashboard.php @@ -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];