HEX
Server: Apache
System: Linux vmi2872685.contaboserver.net 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User: computingcore (1007)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: //usr/share/webmin/heartbeat/apply.cgi
#!/usr/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("");