move reload gui event to background thread

This commit is contained in:
Ad Schellevis 2015-04-05 18:06:49 +00:00
parent b96e0277be
commit 71ff705e01
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ if ($_POST['resetlogs'] == gettext("Reset Log Files")) {
ob_flush();
flush();
log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator."));
send_event("service restart webgui");
send_event("&service restart webgui");
$savemsg .= "<br />" . gettext("WebGUI process is restarting.");
}

View File

@ -615,7 +615,7 @@ if ($restart_webgui) {
ob_flush();
flush();
log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator."));
send_event("service restart webgui");
send_event("&service restart webgui");
}
?>