mirror of
https://github.com/webmin/webmin.git
synced 2026-02-10 09:12:05 +00:00
13 lines
223 B
Raku
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;
|
|
|