Eliminate needed reboot.

This commit is contained in:
Scott Ullrich 2005-11-20 04:50:49 +00:00
parent a54890818d
commit 878024b1d8

View File

@ -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();
}
?>
?>