diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-06 00:14:17 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-06 00:14:17 +0000 |
commit | 35923c7fe3bdaa00932d2763365e97714ce9ebe3 (patch) | |
tree | 595c62e69d4e25618cf1a8a9c66035dae1976b42 /etc | |
parent | 08e3c543d8386890cbbaa58fc6d43a06adf693fc (diff) | |
download | pfsense-35923c7fe3bdaa00932d2763365e97714ce9ebe3.zip pfsense-35923c7fe3bdaa00932d2763365e97714ce9ebe3.tar.gz |
include pkg-utils.inc
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index f28dcac..7684b06 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -35,6 +35,7 @@ /* include all configuration functions */ require_once("functions.inc"); +require_once("pkg-utils.inc"); function filter_resync() { global $config, $g; |