summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-17 17:10:40 -0600
committerChris Buechler <cmb@pfsense.org>2015-12-17 17:10:40 -0600
commit75272760ed970ade55881f4d3dc166783c553494 (patch)
tree7fd4dcb1e8ad72d788911a0ea2b1b73663d3c98a /usr/local
parent6310eaa2c75424da6a322a956bbf228b36222918 (diff)
downloadpfsense-75272760ed970ade55881f4d3dc166783c553494.zip
pfsense-75272760ed970ade55881f4d3dc166783c553494.tar.gz
Wrong source of syntax error. Revert "fix syntax error in ipfw command to disable on inactive interfaces"
This reverts commit 6310eaa2c75424da6a322a956bbf228b36222918.
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 126012e..f3d5d10 100644
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -415,7 +415,7 @@ if ($_POST) {
if (!empty($toremove)) {
foreach ($toremove as $removeif) {
$removeif = get_real_interface($removeif);
- mwexec("/sbin/ipfw -x {$cpzoneid} mdel {$removeif}");
+ mwexec("/sbin/ipfw zone {$cpzoneid} mdel {$removeif}");
}
}
captiveportal_configure_zone($newcp);
OpenPOWER on IntegriCloud