mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
dhcp: two warnings
This commit is contained in:
parent
5fd1f962b3
commit
b6b444ad16
@ -1186,10 +1186,10 @@ include("head.inc");
|
||||
<?=htmlspecialchars($mapent['ipaddr']);?>
|
||||
</td>
|
||||
<td>
|
||||
<?=htmlspecialchars($mapent['hostname']);?>
|
||||
<?=htmlspecialchars($mapent['hostname'] ?? '');?>
|
||||
</td>
|
||||
<td>
|
||||
<?=htmlspecialchars($mapent['descr']);?>
|
||||
<?=htmlspecialchars($mapent['descr'] ?? '');?>
|
||||
</td>
|
||||
<td class="text-nowrap">
|
||||
<a href="services_dhcp_edit.php?if=<?=htmlspecialchars($if);?>&id=<?=$i;?>" class="btn btn-default btn-xs"><i class="fa fa-pencil fa-fw"></i></a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user