summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-05 20:40:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-05 20:40:57 +0000
commitc9cd63b53a86a100dda72ab2fa382574e0a05bc8 (patch)
tree77bc1595ae3325d619dde7256c85bbac8d89d0b3 /etc
parentad3e65b94054af795d99b9f391679f68a6f90853 (diff)
downloadpfsense-c9cd63b53a86a100dda72ab2fa382574e0a05bc8.zip
pfsense-c9cd63b53a86a100dda72ab2fa382574e0a05bc8.tar.gz
Escape $lan correctly
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index a680bb9..a1bff2e 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2607,7 +2607,7 @@ EOD;
# make sure the user cannot lock himself out of the webGUI or SSH
anchor "anti-lockout"
-pass in quick on $lan from any to $lanip keep state label "anti-lockout web rule"
+pass in quick on \$lan from any to $lanip keep state label "anti-lockout web rule"
EOD;
}
OpenPOWER on IntegriCloud