From 6be4eaaff63020b0eb0d857cc320be79620279b2 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 3 Mar 2009 21:30:46 +0000 Subject: [PATCH] Use new module --- inetd/inetd-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inetd/inetd-lib.pl b/inetd/inetd-lib.pl index 48d6e8ab5..7432e10ca 100644 --- a/inetd/inetd-lib.pl +++ b/inetd/inetd-lib.pl @@ -1,9 +1,9 @@ # inetd-lib.pl # Common functions for managing inetd.conf and services files -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; $lib = &get_mod_lib(); if ($lib) {