From e43edf5fc6c810b28f2f256587593ed789b53887 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 3 Mar 2009 21:29:52 +0000 Subject: [PATCH] Use new module --- cluster-shell/cluster-shell-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-shell/cluster-shell-lib.pl b/cluster-shell/cluster-shell-lib.pl index 6866b7983..6fe832d10 100644 --- a/cluster-shell/cluster-shell-lib.pl +++ b/cluster-shell/cluster-shell-lib.pl @@ -1,9 +1,9 @@ # cluster-shell-lib.pl # Doesn't really contain anything .. -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; &foreign_require("servers", "servers-lib.pl"); $commands_file = "$module_config_directory/commands";