12 lines
236 B
Perl
Executable File
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);
|
|
|
|
|