summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-09-26 13:20:39 -0400
committerjim-p <jimp@pfsense.org>2012-09-26 13:20:39 -0400
commit6e9b046e51f5728b8d8f0182b401476059040d1d (patch)
tree911aacf1b1623c1ca876b2d7f721b196f450e734 /etc/inc/globals.inc
parentfd3515f2b78184125e0f16a4a991660003ff7cd0 (diff)
downloadpfsense-6e9b046e51f5728b8d8f0182b401476059040d1d.zip
pfsense-6e9b046e51f5728b8d8f0182b401476059040d1d.tar.gz
Due to the DHCP pool tag needing to be an array, rename the old LB "pool" variable to something else so it's not interpreted as an array.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 23c3a92..51fbc22 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -77,7 +77,7 @@ $g = array(
"disablecrashreporter" => false,
"crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php",
"debug" => false,
- "latest_config" => "8.9",
+ "latest_config" => "9.0",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud