Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:30:09 +00:00
parent 733539fff9
commit 6d1990bc35

View File

@@ -1,10 +1,10 @@
# custom-lib.pl
# Functions for storing custom commands
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
%access = &get_module_acl();
do '../ui-lib.pl';
# list_commands()
# Returns a list of all custom commands