summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-12 22:20:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-12 22:20:16 +0000
commit2e7f11df32b612aa796034ac006a119e7fb02c30 (patch)
tree67cae5d275384ae75af81e6ec809e00100a72c41 /etc
parentf699a184574cf514fd33b2926f0f4a7bcf866a16 (diff)
downloadpfsense-2e7f11df32b612aa796034ac006a119e7fb02c30.zip
pfsense-2e7f11df32b612aa796034ac006a119e7fb02c30.tar.gz
Don't forget line breaks!
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index b06176e..ae8ed48 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
@@ -1092,4 +1092,4 @@ function getNasIP()
return $nasIp;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud