From 258d082af50f38f9c2e6995ca1ebfe14526fd654 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 12 Dec 2007 22:21:10 +0000 Subject: Don't forget line breaks! --- etc/inc/captiveportal.inc | 4 ++-- 1 file 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 -- cgit v1.1