summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-18 08:21:27 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-18 08:21:27 -0300
commit08f303203418306290d8393f0a77fcba4fab70d5 (patch)
treebc7b04f25cb56e5b0af17affb79fb82da0c8aafc /etc/inc/globals.inc
parent16789caa901f2415da67b10ba6da9eb19e870de8 (diff)
downloadpfsense-08f303203418306290d8393f0a77fcba4fab70d5.zip
pfsense-08f303203418306290d8393f0a77fcba4fab70d5.tar.gz
Change the option for webconfig login autocomplete from opt-in to opt-out, also bump config version and write a function to keep the current status on upgrades
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 4127050..e34a681 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -73,7 +73,7 @@ $g = array(
"disablecrashreporter" => false,
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php",
"debug" => false,
- "latest_config" => "10.7",
+ "latest_config" => "10.8",
"nopkg_platforms" => array("cdrom"),
"minimum_ram_warning" => "101",
"minimum_ram_warning_text" => "128 MB",
OpenPOWER on IntegriCloud