Files
2026-07-13 13:12:17 +08:00

13 lines
193 B
Perl
Executable File

#!/usr/local/bin/perl
# apply.cgi
# Restart inetd and xinetd if used
require './stunnel-lib.pl';
$err = &apply_configuration();
&error($err) if ($err);
&webmin_log("apply");
&redirect("");