Revision 9fa8c7de
Added by Jim Pingle about 7 years ago
src/etc/inc/globals.inc | ||
---|---|---|
74 | 74 |
"disablecrashreporter" => false, |
75 | 75 |
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", |
76 | 76 |
"debug" => false, |
77 |
"latest_config" => "18.2",
|
|
77 |
"latest_config" => "18.3",
|
|
78 | 78 |
"minimum_ram_warning" => "101", |
79 | 79 |
"minimum_ram_warning_text" => "128 MB", |
80 | 80 |
"wan_interface_name" => "wan", |
Also available in: Unified diff
Make GUI/config values for gateway groups match what the backend code expects. Fixes #8586