2007-04-12 20:24:50 +00:00
|
|
|
# cluster-shell-lib.pl
|
|
|
|
# Doesn't really contain anything ..
|
|
|
|
|
2009-03-03 21:29:52 +00:00
|
|
|
BEGIN { push(@INC, ".."); };
|
|
|
|
use WebminCore;
|
2007-04-12 20:24:50 +00:00
|
|
|
&init_config();
|
|
|
|
&foreign_require("servers", "servers-lib.pl");
|
|
|
|
|
|
|
|
$commands_file = "$module_config_directory/commands";
|
|
|
|
|
|
|
|
1;
|
|
|
|
|