mirror of
https://github.com/webmin/webmin.git
synced 2026-08-07 00:10:40 +01:00
delete a function that is not called
This commit is contained in:
@@ -11,7 +11,6 @@ use WebminCore;
|
||||
# Get the version
|
||||
$shorewall_version = &get_shorewall_version(0);
|
||||
%shorewall_config = &read_shorewall_config();
|
||||
#&dump_shorewall_config();
|
||||
|
||||
# get access permissions
|
||||
%access = &get_module_acl();
|
||||
@@ -55,15 +54,6 @@ close(SHOREWALL_CONF);
|
||||
return @ret;
|
||||
}
|
||||
|
||||
# dump_shorewall_config()
|
||||
# - Debugging code
|
||||
sub dump_shorewall_config
|
||||
{
|
||||
for (sort keys %shorewall_config) {
|
||||
print STDERR "$_=$shorewall_config{$_}\n";
|
||||
}
|
||||
}
|
||||
|
||||
# shorewall_config(var)
|
||||
sub shorewall_config
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user