mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Use new module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user