Files
webmin/xterm/xterm-lib.pl
2022-11-25 17:06:13 +02:00

9 lines
171 B
Perl

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