Files
webmin/cluster-shell/cluster-shell-lib.pl
Jamie Cameron e43edf5fc6 Use new module
2009-03-03 21:29:52 +00:00

13 lines
229 B
Raku

# cluster-shell-lib.pl
# Doesn't really contain anything ..
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
&foreign_require("servers", "servers-lib.pl");
$commands_file = "$module_config_directory/commands";
1;