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";