Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:31:18 +00:00
parent e33464fe1f
commit b97046d828

View File

@@ -1,9 +1,9 @@
# nis-lib.pl
# Common functions for NIS client and server management
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
if (-r "$module_root_directory/$gconfig{'os_type'}-$gconfig{'os_version'}-lib.pl") {
do "$gconfig{'os_type'}-$gconfig{'os_version'}-lib.pl";
}