Revision 86584ded
Added by Jim Pingle over 8 years ago
src/etc/inc/globals.inc | ||
---|---|---|
65 | 65 |
"disablecrashreporter" => false, |
66 | 66 |
"crashreporterurl" => "https://crashreporter.pfsense.org/crash_reporter.php", |
67 | 67 |
"debug" => false, |
68 |
"latest_config" => "15.7",
|
|
68 |
"latest_config" => "15.8",
|
|
69 | 69 |
"minimum_ram_warning" => "101", |
70 | 70 |
"minimum_ram_warning_text" => "128 MB", |
71 | 71 |
"wan_interface_name" => "wan", |
Also available in: Unified diff
Store Dynamic DNS passwords in Base64 to protect special characters. Fixes #6688