mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Eliminate needed reboot.
This commit is contained in:
parent
a54890818d
commit
878024b1d8
@ -280,7 +280,14 @@ include("head.inc");
|
||||
<?php
|
||||
|
||||
if($reloadall == true) {
|
||||
mwexec("/etc/rc.reboot");
|
||||
|
||||
if(file_exists("{$g['tmp_path']}/config.cache"))
|
||||
unlink("{$g['tmp_path']}/config.cache");
|
||||
|
||||
parse_config();
|
||||
|
||||
reload_all();
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user