mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
11 lines
241 B
Perl
Executable File
11 lines
241 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Just replace the config file with output from ipfstat
|
|
|
|
require './ipfilter-lib.pl';
|
|
&error_setup($text{'unapply_err'});
|
|
$err = &unapply_configuration();
|
|
&error($err) if ($err);
|
|
&webmin_log("unapply");
|
|
&redirect("");
|
|
|