Use new module

This commit is contained in:
Jamie Cameron
2009-03-01 21:34:35 +00:00
parent 5a19fb50d2
commit 4c59888140

View File

@@ -1,10 +1,10 @@
# spam-lib.pl
# Common functions for parsing and editing the spamassassin config file
do '../web-lib.pl';
&init_config();
do '../ui-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
use Fcntl;
&init_config();
$warn_procmail = $config{'warn_procmail'};
if ($module_info{'usermin'}) {