Escape $lan correctly

This commit is contained in:
Scott Ullrich 2007-07-05 20:40:45 +00:00
parent 6f82a11f10
commit f2d7bc114c

View File

@ -2626,7 +2626,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;
}