webmin--webmin
12 行
236 B
Perl
可执行文件
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);
|
|
|
|
|