Files
webmin/xterm/xterm-lib.pl
2022-11-27 12:23:23 -08:00

9 lines
191 B
Perl

# Common functions for the xterm module
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
our %access = &get_module_acl();
do "$module_root_directory/websockets-lib-funcs.pl";
1;