summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-26 14:26:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-26 14:26:00 +0000
commite1d93fe5e9c9d4a948671855f48050afc9e55091 (patch)
tree1687e49df4a8ed0db0cae9fab162ecd65966c2da /etc
parent1fa2f630e9e37dc2e02dff9ffae230552b1fec6f (diff)
downloadpfsense-e1d93fe5e9c9d4a948671855f48050afc9e55091.zip
pfsense-e1d93fe5e9c9d4a948671855f48050afc9e55091.tar.gz
Correctly define a variable.
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 68a41a7..cf746ce 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -55,7 +55,7 @@ function filter_pflog_start() {
/* reload filter async */
function filter_configure() {
global $g;
- touch("{$g['tmp_path']}/filter_dirty");
+ touch($g['tmp_path'] . "/filter_dirty");
}
/* reload filter sync */
OpenPOWER on IntegriCloud