summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-13 21:56:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-13 21:56:20 +0000
commit4f30944e2a416aff15caa02fd4b369f478761b33 (patch)
tree576db73fb01edf377429cacdc007cb8e5a211581 /etc
parent677e088005c02c4c810d97af68bc0eee25207d1a (diff)
downloadpfsense-4f30944e2a416aff15caa02fd4b369f478761b33.zip
pfsense-4f30944e2a416aff15caa02fd4b369f478761b33.tar.gz
use $text
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 67aa303..db1e47d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -160,7 +160,7 @@ function filter_configure() {
if($file <> "") {
$text = return_filename_as_string("/usr/local/pkg/pf/" . $file);
if($text != "")
- if(php_check_syntax($toeval, $error_message) == false)
+ if(php_check_syntax($text, $error_message) == false)
eval($text);
}
}
OpenPOWER on IntegriCloud