Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:30:11 +00:00
parent 6d1990bc35
commit b548cd4ec6

View File

@@ -1,9 +1,9 @@
# dfs-lib.pl
# Common functions for managing dfstab files
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
%access = &get_module_acl();
$default_type = 'nfs';