mirror of
https://github.com/webmin/webmin.git
synced 2026-03-10 04:42:07 +00:00
8 lines
136 B
Perl
8 lines
136 B
Perl
# Common functions for the xterm module
|
|
|
|
BEGIN { push(@INC, ".."); };
|
|
use WebminCore;
|
|
&init_config();
|
|
our %access = &get_module_acl();
|
|
|