diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-19 17:40:04 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-19 17:40:04 +0000 |
commit | ac5e012684a006ad1e878bad84303c32d629be0f (patch) | |
tree | 6758587fcc7982279abc586c7df18a702b77050a /etc/inc/config.inc | |
parent | ccbbd5202e8fadfd5e68f12e2dbaa91504b73f32 (diff) | |
download | pfsense-ac5e012684a006ad1e878bad84303c32d629be0f.zip pfsense-ac5e012684a006ad1e878bad84303c32d629be0f.tar.gz |
Parse the configuration on booting.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index ba12705..a3b5422 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -146,7 +146,7 @@ EOD; mwexec("/sbin/mount -a"); } -if(!$g['booting']) { +if($g['booting']) { $config = parse_config(); } |