diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-09 20:20:39 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-09 20:20:39 -0400 |
commit | 1b8bf91446a8b2f090787da0bef506ea31008063 (patch) | |
tree | 13fe3ac62575f36ab37412b565e4ededbeda7902 /config/spamd.inc | |
parent | cdcabd4a9b14e9a8057fc42080656ec225b90a9c (diff) | |
download | pfsense-packages-1b8bf91446a8b2f090787da0bef506ea31008063.tar.gz pfsense-packages-1b8bf91446a8b2f090787da0bef506ea31008063.tar.bz2 pfsense-packages-1b8bf91446a8b2f090787da0bef506ea31008063.zip |
Unbreak packages that use filter_configure_* on 2.0
Diffstat (limited to 'config/spamd.inc')
-rw-r--r-- | config/spamd.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/spamd.inc b/config/spamd.inc index 48aea12e..ebf0c567 100644 --- a/config/spamd.inc +++ b/config/spamd.inc @@ -28,6 +28,10 @@ POSSIBILITY OF SUCH DAMAGE. */ + +if(!function_exists("filter_configure")) + requre_once("filter.inc"); + function sync_package_spamd() { global $config, $g; |