Handle hostnames with upper-case letters
[webmin.git] / webmin / clear_blocked.cgi
1 #!/usr/local/bin/perl
2 # Re-start Webmin to clear blocks
3
4 require './webmin-lib.pl';
5
6 &show_restart_page($text{'blocked_title'}, $text{'blocked_restarting'});
7
8