From f2d7bc114c3b4a18ae607ad30a97b4e8dd8568be Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 Jul 2007 20:40:45 +0000 Subject: [PATCH] Escape $lan correctly --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 8f796e3616..2509c694fc 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -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; }