mirror of
https://github.com/webmin/webmin.git
synced 2026-02-12 10:02:06 +00:00
9 lines
191 B
Perl
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; |