summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorWill Boyce <me@willboyce.com>2015-05-30 10:59:42 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-30 10:59:42 -0300
commit139ca5491b8ad36ff65d902f0bde2b1ea106477d (patch)
treeed0ec580e8fb099bb7d138dd427932a0f5501344 /usr/local/www/services_dhcp.php
parent927eecf3e31eea8ce431317664ab78e8bea524da (diff)
downloadpfsense-139ca5491b8ad36ff65d902f0bde2b1ea106477d.zip
pfsense-139ca5491b8ad36ff65d902f0bde2b1ea106477d.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 69846d5..a08e8fd 100644
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -1237,7 +1237,6 @@ include("head.inc");
</tr>
<?php if(is_array($a_maps)): ?>
<?php $i = 0; foreach ($a_maps as $mapent): ?>
- <?php 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;?>';">
<?php if (isset($mapent['arp_table_static_entry'])): ?>
@@ -1265,7 +1264,6 @@ include("head.inc");
</table>
</td>
</tr>
- <?php endif; ?>
<?php $i++; endforeach; ?>
<?php endif; ?>
<tr>
OpenPOWER on IntegriCloud