#!/usr/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);


