mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix variable name reference
This commit is contained in:
parent
b1224cdc1e
commit
fa09d1b836
@ -479,7 +479,7 @@ function write_config($desc="Unknown", $backup = true) {
|
||||
* for now, since it was preventing config saving. */
|
||||
// $config = parse_config(true, false, false);
|
||||
|
||||
if($g['bootup'])
|
||||
if($g['booting'])
|
||||
log_error("WARNING! Configuration written on bootup. This can cause stray openvpn and load balancing items in config.xml");
|
||||
|
||||
if($backup)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user