From 87be42c1d2be2854228ff566aee10be3fa3c28c5 Mon Sep 17 00:00:00 2001 From: smos Date: Tue, 15 Jun 2010 20:20:04 +0200 Subject: Do not stamp on the variable that has the bssid Ticket #649 --- usr/local/www/status_wireless.php | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/local/www/status_wireless.php') diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php index e8c96a9..37ef825 100755 --- a/usr/local/www/status_wireless.php +++ b/usr/local/www/status_wireless.php @@ -111,7 +111,6 @@ display_top_tabs($tab_array); $bssid = $bssid[0]; /* Split the rest by using spaces for this line using the 2nd part */ $split = preg_split("/[ ]+/i", $split[1]); - $bssid = $split[0]; $channel = $split[1]; $rate = $split[2]; $rssi = $split[3]; -- cgit v1.1