Handle hostnames with upper-case letters
[webmin.git] / cluster-shell / cluster-shell-lib.pl
1 # cluster-shell-lib.pl
2 # Doesn't really contain anything ..
3
4 BEGIN { push(@INC, ".."); };
5 use WebminCore;
6 &init_config();
7 &foreign_require("servers", "servers-lib.pl");
8
9 $commands_file = "$module_config_directory/commands";
10
11 1;
12