From b548cd4ec666c6c1cfd14ed569e0d5f497e534cf Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 3 Mar 2009 21:30:11 +0000 Subject: [PATCH] Use new module --- dfsadmin/dfs-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfsadmin/dfs-lib.pl b/dfsadmin/dfs-lib.pl index 115ebdb71..f1aed75cf 100644 --- a/dfsadmin/dfs-lib.pl +++ b/dfsadmin/dfs-lib.pl @@ -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';