Revision 8175a2a8
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" => "15.2",
|
|
102 |
"latest_config" => "15.3",
|
|
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
Update VIPs CARP parent on upgrade. Ticket #6164