项目文件夹

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

12 行
236 B
Perl
可执行文件

#!/usr/local/bin/perl
# Re-start Webmin to clear blocks
require './webmin-lib.pl';
&show_restart_page($text{'blocked_title'},
$gconfig{'restart_async'}
? $text{'blocked_restarting'}
: undef);