diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php index aa468be921..1cf6eec7d7 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 ""; print "{$state_split[0]}";