Files
webmin/cluster-shell/cluster-shell-lib.pl
2007-04-12 20:24:50 +00:00

13 lines
223 B
Raku

# cluster-shell-lib.pl
# Doesn't really contain anything ..
do '../web-lib.pl';
&init_config();
do '../ui-lib.pl';
&foreign_require("servers", "servers-lib.pl");
$commands_file = "$module_config_directory/commands";
1;