Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:32:16 +00:00
parent a10ea92c9d
commit cbca93d65a

View File

@@ -1,9 +1,9 @@
# Functions for viewing and managing zones
# XXX proper pool selection field
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
&foreign_require("net", "net-lib.pl");
&foreign_require("mount", "mount-lib.pl");