mirror of
https://github.com/webmin/webmin.git
synced 2026-06-30 15:40:41 +01: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; |