diff options
author | jim-p <jimp@pfsense.org> | 2013-07-09 12:00:43 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-07-09 12:02:19 -0400 |
commit | 1cf24f0aed3d67c4ba99c74ad951590d28474acc (patch) | |
tree | 044feaaa4f491416f0d421b5c82a07f98d84201b /etc/inc/globals.inc | |
parent | f09c56002acb473566d1192266725d03d01745b1 (diff) | |
download | pfsense-1cf24f0aed3d67c4ba99c74ad951590d28474acc.zip pfsense-1cf24f0aed3d67c4ba99c74ad951590d28474acc.tar.gz |
Add independent logging choices to disable logging of bogon network rules and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 84139f8..07dd413 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -71,7 +71,7 @@ $g = array( "disablecrashreporter" => false, "crashreporterurl" => "http://crashreporter.pfsense.org/crash_reporter.php", "debug" => false, - "latest_config" => "9.6", + "latest_config" => "9.7", "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "101", "minimum_ram_warning_text" => "128 MB", |