Use check_reload_status to reload webGUI

This commit is contained in:
Scott Ullrich 2006-01-05 04:05:19 +00:00
parent 23a0c34130
commit 70b5a4e16a

View File

@ -289,5 +289,7 @@ include("head.inc");
</body>
</html>
<?php
if ($restart_webgui)
system_webgui_start();
if ($restart_webgui) {
touch("/tmp/restart_webgui");
}
?>