summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2010-06-15 20:20:04 +0200
committersmos <seth.mos@dds.nl>2010-06-15 20:20:04 +0200
commit87be42c1d2be2854228ff566aee10be3fa3c28c5 (patch)
tree135a96422aadce75072705bd187e2e20e4ff8d1d /usr/local/www/status_wireless.php
parent0dc7b4aa54dbe25ccfcb1149f09854344ac6b2cb (diff)
downloadpfsense-87be42c1d2be2854228ff566aee10be3fa3c28c5.zip
pfsense-87be42c1d2be2854228ff566aee10be3fa3c28c5.tar.gz
Do not stamp on the variable that has the bssid Ticket #649
Diffstat (limited to 'usr/local/www/status_wireless.php')
-rwxr-xr-xusr/local/www/status_wireless.php1
1 files changed, 0 insertions, 1 deletions
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];
OpenPOWER on IntegriCloud