From 086c4ff38fb2ea662ea70eeb8b1abeec1dfe73c2 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 3 Mar 2009 21:30:22 +0000 Subject: [PATCH] Use new module --- fetchmail/fetchmail-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetchmail/fetchmail-lib.pl b/fetchmail/fetchmail-lib.pl index c580dca4f..580ff42d6 100644 --- a/fetchmail/fetchmail-lib.pl +++ b/fetchmail/fetchmail-lib.pl @@ -1,10 +1,10 @@ # fetchmail-lib.pl # Functions for parsing fetchmail config files -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); %access = &get_module_acl(); -do '../ui-lib.pl'; if ($module_info{'usermin'}) { if ($no_switch_user) {