summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-23 17:36:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-23 17:36:42 +0000
commit7477df4f99f46b996db7cb63c67e16a33c950fb3 (patch)
tree5568f7c4ef58072a7bdc03da91495f3c8d51295c /usr/local/www/services_dhcp_edit.php
parent195b6162b5fff3cae85ed1a92991109bf8b7ac61 (diff)
downloadpfsense-7477df4f99f46b996db7cb63c67e16a33c950fb3.zip
pfsense-7477df4f99f46b996db7cb63c67e16a33c950fb3.tar.gz
Changes submitted by databeestje which adds links to dhcp and other pages
that display mac easily allowing the addition of the item to the WOL db.
Diffstat (limited to 'usr/local/www/services_dhcp_edit.php')
-rwxr-xr-xusr/local/www/services_dhcp_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index e2ed9a4..fdc941b 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -58,6 +58,7 @@ if (isset($id) && $a_maps[$id]) {
$pconfig['descr'] = $a_maps[$id]['descr'];
} else {
$pconfig['mac'] = $_GET['mac'];
+ $pconfig['descr'] = $_GET['descr'];
}
if ($_POST) {
OpenPOWER on IntegriCloud