Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:29:40 +00:00
parent 1b8597ad07
commit 2e053acd34

View File

@@ -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',