Revision 8a3c130b
Added by Scott Ullrich about 20 years ago
usr/local/www/status_wireless.php | ||
---|---|---|
138 | 138 |
<td width="15%" class="listhdr">Quality</td> |
139 | 139 |
</tr> |
140 | 140 |
<?php foreach ($ifinfo['sscache'] as $ss): ?> |
141 |
<tr> |
|
141 |
<?php if($ss['ipaddr'] <> "0.0.0.0" |
|
142 |
and $ss['ipaddr'] <> ""): ?> |
|
143 |
<tr> |
|
142 | 144 |
<td class="listlr"> |
143 | 145 |
<?=htmlspecialchars($ss['mac']);?> |
144 | 146 |
</td> |
... | ... | |
155 | 157 |
<?=htmlspecialchars($ss['qual']);?> |
156 | 158 |
</td> |
157 | 159 |
</tr> |
160 |
<?php endif; ?> |
|
158 | 161 |
<?php endforeach; ?> |
159 | 162 |
</table></td> |
160 | 163 |
</tr><?php if ($ifinfo['aslist']): ?> |
Also available in: Unified diff
Do not show bogus records
Ticket #253