Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:30:16 +00:00
parent a4b1925aae
commit dcd313f74b

View File

@@ -1,8 +1,8 @@
# dnsadmin common functions
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
&foreign_require("bind8", "bind8-lib.pl");
do "$bind8::module_root_directory/records-lib.pl";