Files
2026-07-13 13:12:17 +08: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("");