Handle hostnames with upper-case letters
[webmin.git] / stunnel / apply.cgi
1 #!/usr/local/bin/perl
2 # apply.cgi
3 # Restart inetd and xinetd if used
4
5 require './stunnel-lib.pl';
6
7 $err = &apply_configuration();
8 &error($err) if ($err);
9
10 &webmin_log("apply");
11 &redirect("");
12