mirror of
https://github.com/webmin/webmin.git
synced 2026-02-12 18:12:05 +00:00
9 lines
160 B
Perl
Executable File
9 lines
160 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Re-start Webmin to clear blocks
|
|
|
|
require './webmin-lib.pl';
|
|
|
|
&show_restart_page($text{'blocked_title'}, $text{'blocked_restarting'});
|
|
|
|
|