summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.gui.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-19 00:10:56 +0000
committerErmal <eri@pfsense.org>2010-11-19 00:10:56 +0000
commit1883455aad0e14cb063ec87562117b1a43214515 (patch)
tree9e99eb0f75113a572a984e3aade91866823054bc /etc/inc/config.gui.inc
parentd8333a247a544a4d95d977ab3c324502fe037619 (diff)
downloadpfsense-1883455aad0e14cb063ec87562117b1a43214515.zip
pfsense-1883455aad0e14cb063ec87562117b1a43214515.tar.gz
Hopefully now the reinclusion of config will not override vars.
Diffstat (limited to 'etc/inc/config.gui.inc')
-rw-r--r--etc/inc/config.gui.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/config.gui.inc b/etc/inc/config.gui.inc
index eea6f33..3516e15 100644
--- a/etc/inc/config.gui.inc
+++ b/etc/inc/config.gui.inc
@@ -49,10 +49,10 @@
require_once("globals.inc");
/* do not load this file twice. */
-if($config_inc_loaded == true)
+if($config_parsed == true)
return;
else
- $config_inc_loaded = true;
+ $config_parsed = true;
// Set the memory limit to 128M. When someone has something like 500+ tunnels
// the parser needs quite a bit of ram. Do not remove this line unless you
@@ -92,4 +92,4 @@ if($config_parsed == true) {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud