Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:30:46 +00:00
parent 68fe2efde7
commit 6be4eaaff6

View File

@@ -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) {