summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-12 22:21:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-12 22:21:10 +0000
commit258d082af50f38f9c2e6995ca1ebfe14526fd654 (patch)
treedb422a9f378420a58724fdf4bd09f1ee88238932
parentf56a73f1adbd41570b3cbdede3d544e0043583d8 (diff)
downloadpfsense-258d082af50f38f9c2e6995ca1ebfe14526fd654.zip
pfsense-258d082af50f38f9c2e6995ca1ebfe14526fd654.tar.gz
Don't forget line breaks!
-rw-r--r--etc/inc/captiveportal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index b06176e..492edf8 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -298,8 +298,8 @@ function captiveportal_rules_generate() {
/* note: the captive portal daemon inserts all pass rules for authenticated
clients as skipto 50000 rules to make traffic shaping work */
- $cprules = "add 500 set 1 allow pfsync from any to any";
- $cprules .= "add 500 set 1 allow carp from any to any";
+ $cprules = "add 500 set 1 allow pfsync from any to any\n";
+ $cprules .= "add 500 set 1 allow carp from any to any\n";
/* allow nat redirects to work see
http://cvstrac.pfsense.com/tktview?tn=651
OpenPOWER on IntegriCloud