summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-02-26 21:22:08 -0500
committerjim-p <jimp@pfsense.org>2017-02-26 21:22:08 -0500
commit1e7aedce37a5afc62dddc3395b0f15ba8252cb89 (patch)
treee71d3b95614bc1966e9021e631125e11df47f7fe /src
parent882d248da1e9e71ab7edcca7b21e2e449e9b32fe (diff)
parent54936b49042cf1fb5eb91e90a6b08c2e05e238b6 (diff)
downloadpfsense-1e7aedce37a5afc62dddc3395b0f15ba8252cb89.zip
pfsense-1e7aedce37a5afc62dddc3395b0f15ba8252cb89.tar.gz
Merge pull request #3589 from phil-davis/patch-12
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_wol_edit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php
index fe4011c..0cc36db 100644
--- a/src/usr/local/www/services_wol_edit.php
+++ b/src/usr/local/www/services_wol_edit.php
@@ -68,8 +68,6 @@ if ($_POST['save']) {
unset($input_errors);
$pconfig = $_POST;
-
- )
/* input validation */
$reqdfields = explode(" ", "interface mac");
$reqdfieldsn = array(gettext("Interface"), gettext("MAC address"));
OpenPOWER on IntegriCloud