mirror of
https://github.com/webmin/webmin.git
synced 2026-02-11 17:44:28 +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'});
|
|
|
|
|