mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use check_reload_status to reload webGUI
This commit is contained in:
parent
23a0c34130
commit
70b5a4e16a
@ -289,5 +289,7 @@ include("head.inc");
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
if ($restart_webgui)
|
||||
system_webgui_start();
|
||||
if ($restart_webgui) {
|
||||
touch("/tmp/restart_webgui");
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user