From bcc1287d53dcb37d48c8db57dc4c7903b25807b1 Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 7 Apr 2025 10:10:52 +0200 Subject: [PATCH] Update Wireless.php --- emhttp/plugins/dynamix/include/Wireless.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/Wireless.php b/emhttp/plugins/dynamix/include/Wireless.php index 1dabe0757..5ffcb6c55 100644 --- a/emhttp/plugins/dynamix/include/Wireless.php +++ b/emhttp/plugins/dynamix/include/Wireless.php @@ -48,7 +48,7 @@ function scanWifi($port) { // store MAC address only $wlan[$network][0] = substr($wlan[$network][0],4,17); // identify open network - $wlan[$network][4] = $wlan[$network][4] ?? 'open'; + $wlan[$network][4] ??= 'open'; } else { // group radio frequencies $wlan[$network][1] .= ' '.$attr[1];