summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-26 16:17:02 +0545
committerGitHub <noreply@github.com>2017-02-26 16:17:02 +0545
commit54936b49042cf1fb5eb91e90a6b08c2e05e238b6 (patch)
treef7e867133cc9598248ef1da40a6cdc776d84ec33 /src/usr/local/www/services_wol_edit.php
parent69860ee4f5ff9f1e5b87bc6fdcb6dfea66062726 (diff)
downloadpfsense-54936b49042cf1fb5eb91e90a6b08c2e05e238b6.zip
pfsense-54936b49042cf1fb5eb91e90a6b08c2e05e238b6.tar.gz
Fix syntax error in services_wol_edit.php
Diffstat (limited to 'src/usr/local/www/services_wol_edit.php')
-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