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

12 lines
225 B
Perl
Executable File

#!/usr/local/bin/perl
# apply.cgi
# Apply changes to the heartbeat process
require './heartbeat-lib.pl';
&ReadParse();
&error_setup($text{'apply_err'});
$err = &apply_configuration();
&error($err) if ($err);
&redirect("");