From fbfbf54b9de491837d78a643c8579c3dd41daecb Mon Sep 17 00:00:00 2001 From: Jos Schellevis Date: Fri, 20 Feb 2015 11:22:05 +0000 Subject: [PATCH] Fix Copy my MAC address in services dhcp edit, fixes #46 --- src/www/services_dhcp_edit.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/www/services_dhcp_edit.php b/src/www/services_dhcp_edit.php index a91f88df9..382f65daf 100644 --- a/src/www/services_dhcp_edit.php +++ b/src/www/services_dhcp_edit.php @@ -372,7 +372,7 @@ include("head.inc"); $mac = `/usr/sbin/arp -an | grep {$ip} | cut -d" " -f4`; $mac = str_replace("\n","",$mac); ?> - +
@@ -487,7 +487,7 @@ include("head.inc");
- " /> - + " /> -