Files
webmin/xterm/xterm-lib.pl
2022-10-22 23:17:21 -07:00

8 lines
136 B
Perl

# Common functions for the xterm module
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
our %access = &get_module_acl();