Files
webmin/frox/apply.cgi
2007-04-12 20:24:50 +00:00

12 lines
206 B
Perl
Executable File

#!/usr/local/bin/perl
# Apply the Frox proxy configuration
require './frox-lib.pl';
&error_setup($text{'apply_err'});
$err = &restart_frox();
&error($err) if ($err);
&webmin_log("apply");
&redirect("");