diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/services_dhcp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 4c5bbaa..ebdf024 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -1132,6 +1132,7 @@ include("head.inc"); </td> </tr> </table> + <?php if (!is_numeric($pool) && !($act == "newpool")): ?> <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="7%" class="listhdrr"><?=gettext("Static ARP");?></td> @@ -1193,6 +1194,7 @@ include("head.inc"); </td> </tr> </table> + <?php endif; ?> </div> </td> </tr> |