Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:29:52 +00:00
parent b998449b63
commit e43edf5fc6

View File

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