summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-19 17:42:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-19 17:42:40 +0000
commit5cabfeb322be8e51229273fcb424ee87db1723f8 (patch)
tree6970e988e90e259f0d2db683d3748757c721a54a /etc/inc
parentac5e012684a006ad1e878bad84303c32d629be0f (diff)
downloadpfsense-5cabfeb322be8e51229273fcb424ee87db1723f8.zip
pfsense-5cabfeb322be8e51229273fcb424ee87db1723f8.tar.gz
Force the parsing of config.xml every time until someone with more knowledge can tell me why this no workie as expected ;)
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index a3b5422..1612e95 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -146,10 +146,16 @@ EOD;
mwexec("/sbin/mount -a");
}
-if($g['booting']) {
+if(!$g['booting']) {
$config = parse_config();
}
+/*
+ for some reason its not parsing correctly so this is temporary
+ until someone with more knowledge can look at.
+*/
+$config = parse_config();
+
/****f* config/parse_config
* NAME
* parse_config - Read in config.cache or config.xml if needed and return $config array
OpenPOWER on IntegriCloud