mirror of
https://github.com/webmin/webmin.git
synced 2026-08-04 15:10:41 +01:00
Fix missing restart command
This commit is contained in:
@@ -1788,7 +1788,8 @@ Output a page with header and footer about Webmin needing to restart.
|
||||
=cut
|
||||
sub show_restart_page
|
||||
{
|
||||
if (1) {
|
||||
if (!$gconfig{'restart_async'}) {
|
||||
&restart_miniserv();
|
||||
&redirect("");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user