summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rw-r--r--usr/local/www/services_dhcp.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 7b9cc20..ef56caa 100644
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -1379,7 +1379,6 @@ include("head.inc");
if (is_array($a_maps)):
$i = 0;
foreach ($a_maps as $mapent):
- if ($mapent['mac'] <> "" or $mapent['ipaddr'] <> ""):
?>
<tr>
<td align="center" class="listlr" ondblclick="document.location='services_dhcp_edit.php?if=<?=htmlspecialchars($if);?>&amp;id=<?=$i;?>';">
@@ -1409,7 +1408,6 @@ include("head.inc");
</td>
</tr>
<?php
- endif;
$i++;
endforeach;
endif;
OpenPOWER on IntegriCloud