Handle hostnames with upper-case letters
[webmin.git] / ipfilter / unapply.cgi
1 #!/usr/local/bin/perl
2 # Just replace the config file with output from ipfstat
3
4 require './ipfilter-lib.pl';
5 &error_setup($text{'unapply_err'});
6 $err = &unapply_configuration();
7 &error($err) if ($err);
8 &webmin_log("unapply");
9 &redirect("");
10