Use new module

This commit is contained in:
Jamie Cameron
2009-03-03 21:31:48 +00:00
parent 1fcad8a052
commit 5503759cb0

View File

@@ -4,9 +4,9 @@
# - rule sections
# - read_shorewall_config & standard_parser do not allow quoted comment characters
do '../web-lib.pl';
BEGIN { push(@INC, ".."); };
use WebminCore;
&init_config();
do '../ui-lib.pl';
# Get the version
$shorewall_version = &get_shorewall_version(0);