Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:30:22 +00:00
parent 67f983db2a
commit 086c4ff38f

View File

@@ -1,10 +1,10 @@
# fetchmail-lib.pl
# Functions for parsing fetchmail config files
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
%access = &get_module_acl();
do '../ui-lib.pl';
if ($module_info{'usermin'}) {
if ($no_switch_user) {