Revision 3756fd86
Added by Chris Buechler over 9 years ago
src/etc/inc/globals.inc | ||
---|---|---|
99 | 99 |
"disablecrashreporter" => false, |
100 | 100 |
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", |
101 | 101 |
"debug" => false, |
102 |
"latest_config" => "13.8",
|
|
102 |
"latest_config" => "13.9",
|
|
103 | 103 |
"nopkg_platforms" => array("cdrom"), |
104 | 104 |
"minimum_ram_warning" => "101", |
105 | 105 |
"minimum_ram_warning_text" => "128 MB", |
Also available in: Unified diff
Fix up config setting for killing states on gateway failure. Enable this option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815