From 68fe2efde765bf1970e3460b81fbbd19a5b5403c Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 3 Mar 2009 21:30:42 +0000 Subject: [PATCH] Use new module --- idmapd/idmapd-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idmapd/idmapd-lib.pl b/idmapd/idmapd-lib.pl index a9f0692d1..d62c345e7 100644 --- a/idmapd/idmapd-lib.pl +++ b/idmapd/idmapd-lib.pl @@ -1,9 +1,9 @@ # idmapd-lib.pl # Common functions for the idmapd config -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; # get_config() # Returns the idmapd config