From 07e0acbf2bc93158e75981c943f8eb3b7edf3a3e Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 1 Mar 2009 21:01:04 +0000 Subject: [PATCH] Use new module --- procmail/procmail-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/procmail/procmail-lib.pl b/procmail/procmail-lib.pl index 1601b6a2b..91d6a4fd1 100644 --- a/procmail/procmail-lib.pl +++ b/procmail/procmail-lib.pl @@ -1,9 +1,9 @@ # procmail-lib.pl # Functions for parsing the .procmailrc file -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; %minfo = &get_module_info($module_name); if ($minfo{'usermin'}) { &switch_to_remote_user();