Revision 947141fd
Added by Phil Davis over 9 years ago
src/usr/local/www/diag_ndp.php | ||
---|---|---|
165 | 165 |
</td> |
166 | 166 |
<td> |
167 | 167 |
<?php |
168 |
if (isset($hwif[$entry['interface']])) |
|
168 |
if (isset($hwif[$entry['interface']])) {
|
|
169 | 169 |
echo $hwif[$entry['interface']]; |
170 |
else
|
|
170 |
} else {
|
|
171 | 171 |
echo $entry['interface']; |
172 |
} |
|
172 | 173 |
?> |
173 | 174 |
</td> |
174 | 175 |
</tr> |
Also available in: Unified diff
Code style usr local www a-e