mirror of
https://github.com/webmin/webmin.git
synced 2026-06-27 14:30:25 +01: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();
|
|
|