Handle hostnames with upper-case letters
[webmin.git] / frox / apply.cgi
1 #!/usr/local/bin/perl
2 # Apply the Frox proxy configuration
3
4 require './frox-lib.pl';
5 &error_setup($text{'apply_err'});
6
7 $err = &restart_frox();
8 &error($err) if ($err);
9 &webmin_log("apply");
10 &redirect("");
11