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