diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-03 02:56:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-03 02:56:51 +0000 |
commit | cee27562076afb850e56d7400eba27e50b26221c (patch) | |
tree | 18b3ac78d8c0e2b417b325f9c963bde0cc5a4fb5 /packages/tinydns | |
parent | 88444f9b9af0cddc265d5c73d8ba1c331720662d (diff) | |
download | pfsense-packages-cee27562076afb850e56d7400eba27e50b26221c.tar.gz pfsense-packages-cee27562076afb850e56d7400eba27e50b26221c.tar.bz2 pfsense-packages-cee27562076afb850e56d7400eba27e50b26221c.zip |
Fix Fatal error:Call to undefined function: filter_configure() in /usr/local/pkg/tinydns.inc on line 141 error on package sync
Diffstat (limited to 'packages/tinydns')
-rw-r--r-- | packages/tinydns/tinydns.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns.inc b/packages/tinydns/tinydns.inc index 5c9d8909..88736e16 100644 --- a/packages/tinydns/tinydns.inc +++ b/packages/tinydns/tinydns.inc @@ -29,6 +29,8 @@ POSSIBILITY OF SUCH DAMAGE. */ +require_once("filter.inc"); + function tinydns_custom_php_install_command() { global $g, $config; conf_mount_rw(); |