diff --git a/cfengine/cfengine-lib.pl b/cfengine/cfengine-lib.pl index 7c4017504..c78fe3b01 100644 --- a/cfengine/cfengine-lib.pl +++ b/cfengine/cfengine-lib.pl @@ -1,9 +1,9 @@ # cfengine-lib.pl # Functions for parsing the cfengine config file -do '../web-lib.pl'; +BEGIN { push(@INC, ".."); }; +use WebminCore; &init_config(); -do '../ui-lib.pl'; @known_sections = ( 'groups', 'control', 'homeservers', 'binservers', 'mailserver', 'mountables', 'broadcast', 'resolve',