summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-02 22:55:33 +0000
committerErmal <eri@pfsense.org>2010-06-02 22:55:33 +0000
commit6ef98d296de5b95f1a6f123b4dec5ea55e3aa4e9 (patch)
tree8d37fb9107270bdca4c64463c407c5177f7467fd
parentd538b8fa7e05f75a457fbdda1072b90f326ee149 (diff)
downloadpfsense-6ef98d296de5b95f1a6f123b4dec5ea55e3aa4e9.zip
pfsense-6ef98d296de5b95f1a6f123b4dec5ea55e3aa4e9.tar.gz
Mute this command so people do not think something went wrong.
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 0f94462..ce2a834 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -108,7 +108,7 @@ function captiveportal_configure() {
unlink_if_exists("{$g['vardb_path']}/captiveportal_mac.db");
unlink_if_exists("{$g['vardb_path']}/captiveportal_ip.db");
unlink_if_exists("{$g['vardb_path']}/captiveportal_radius.db");
- mwexec("/sbin/ipfw -q table all flush");
+ mwexec("/sbin/ipfw -q table all flush", true);
/* setup new database in case someone tries to access the status -> captive portal page */
touch("{$g['vardb_path']}/captiveportal.db");
OpenPOWER on IntegriCloud