summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_wireless.php')
-rwxr-xr-xusr/local/www/status_wireless.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php
index aa468be..1cf6eec 100755
--- a/usr/local/www/status_wireless.php
+++ b/usr/local/www/status_wireless.php
@@ -105,6 +105,10 @@ if ($mode == 'bss') {
$state_fixed = str_replace(" ", " ", $state);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
+ $state_fixed = str_replace(" ", " ", $state_fixed);
+ $state_fixed = str_replace(" ", " ", $state_fixed);
+ $state_fixed = str_replace(" ", " ", $state_fixed);
+ $state_fixed = str_replace(" ", " ", $state_fixed);
$state_split = split(" ", $state_fixed);
print "<tr>";
print "<td>{$state_split[0]}</td>";
OpenPOWER on IntegriCloud