#!/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("");



syntax highlighted by Code2HTML, v. 0.9.1