diff options
author | lukehamburg <luke.hamburg@gmail.com> | 2017-02-08 10:35:52 -0500 |
---|---|---|
committer | lukehamburg <luke.hamburg@gmail.com> | 2017-02-08 10:35:52 -0500 |
commit | 6c2f093000b05285546e81dd1a578fc9b573b72b (patch) | |
tree | 3ce92524643bf46fffb31f307ca61914b836a1f1 /src/usr/local/www | |
parent | dd83f869b79a858bd74c7a8bb4adcd49217445b0 (diff) | |
download | pfsense-6c2f093000b05285546e81dd1a578fc9b573b72b.zip pfsense-6c2f093000b05285546e81dd1a578fc9b573b72b.tar.gz |
3rd try!
- incorporate suggestions from @rbgarga with slight modification
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/services_dhcp_edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dhcp_edit.php b/src/usr/local/www/services_dhcp_edit.php index 8ec64bb..cd45b90 100644 --- a/src/usr/local/www/services_dhcp_edit.php +++ b/src/usr/local/www/services_dhcp_edit.php @@ -385,8 +385,6 @@ if ($_POST) { // Get our MAC address $ip = $_SERVER['REMOTE_ADDR']; - -unset($mymac); $mymac = arp_get_mac_by_ip($ip); $iflist = get_configured_interface_with_descr(); |