summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_wireless.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-09-17 18:24:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-09-17 18:24:04 +0000
commit0675ab803da248320dfccb2950bb0b1c53d7bbcc (patch)
tree88c6b325452d21c202b90935e08280c6e71e5d33 /usr/local/www/status_wireless.php
parent6c40c0076447ae343cc942f9c4e269b8bd694729 (diff)
downloadpfsense-0675ab803da248320dfccb2950bb0b1c53d7bbcc.zip
pfsense-0675ab803da248320dfccb2950bb0b1c53d7bbcc.tar.gz
Fix formatting errors introduced by last commit.
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