项目文件夹

文件
2026-07-13 13:12:17 +08:00

13 行
193 B
Perl
可执行文件

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