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

12 lines
236 B
Perl
Executable File

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