Revision 07a7b6db
Added by NewEraCracker over 9 years ago
src/usr/local/www/diag_ndp.php | ||
---|---|---|
156 | 156 |
|
157 | 157 |
<?php if (isset($mac_man[$mac_hi])):?> |
158 | 158 |
(<?=$mac_man[$mac_hi]?>) |
159 |
<?endif?>
|
|
159 |
<?php endif; ?>
|
|
160 | 160 |
|
161 | 161 |
</td> |
162 | 162 |
<td> |
src/usr/local/www/status_dhcp_leases.php | ||
---|---|---|
425 | 425 |
|
426 | 426 |
<?php if (isset($mac_man[$mac_hi])):?> |
427 | 427 |
(<?=$mac_man[$mac_hi]?>) |
428 |
<?endif?>
|
|
428 |
<?php endif; ?>
|
|
429 | 429 |
</td> |
430 | 430 |
<td><?=htmlentities($data['hostname'])?></td> |
431 | 431 |
<?php if ($data['type'] != "static"):?> |
src/usr/local/www/status_dhcpv6_leases.php | ||
---|---|---|
498 | 498 |
|
499 | 499 |
<?php if (isset($mac_man[$mac_hi])):?> |
500 | 500 |
(<?=$mac_man[$mac_hi]?>) |
501 |
<?endif?>
|
|
501 |
<?php endif; ?>
|
|
502 | 502 |
</td> |
503 | 503 |
<td><?=htmlentities($data['hostname'])?></td> |
504 | 504 |
<?php if ($data['type'] != "static"):?> |
Also available in: Unified diff
Convert this endif's missed by last commit