summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorWill Boyce <me@willboyce.com>2015-05-30 10:57:18 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-30 10:57:18 -0300
commit4199bda9026c654d8438f5a7894b0e4c1857a5af (patch)
tree9485a44443eb686a1f73fcb8adf7e979e408de1c /usr/local/www/services_dhcp.php
parenta47eec851ed93d6874857818b8edffed35e526c6 (diff)
downloadpfsense-4199bda9026c654d8438f5a7894b0e4c1857a5af.zip
pfsense-4199bda9026c654d8438f5a7894b0e4c1857a5af.tar.gz
remove pointless filter on dhcp static mappings table
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