Revision 294957aa
src/etc/inc/globals.inc | ||
---|---|---|
82 | 82 |
'disablehelpicon' => false, |
83 | 83 |
'disablecrashreporter' => false, |
84 | 84 |
'debug' => false, |
85 |
'latest_config' => '23.3',
|
|
85 |
'latest_config' => '23.5',
|
|
86 | 86 |
'minimum_ram_warning' => '101', |
87 | 87 |
'minimum_ram_warning_text' => '128 MB', |
88 | 88 |
'wan_interface_name' => 'wan', |
src/etc/inc/upgrade_config.inc | ||
---|---|---|
6957 | 6957 |
config_set_path('openvpn/openvpn-csc', $openvpn_csc_config); |
6958 | 6958 |
} |
6959 | 6959 |
|
6960 |
/* System aliases can now be used in filter rules. */ |
|
6961 |
function upgrade_234_to_235() { |
|
6962 |
rename_conflicting_aliases(); |
|
6963 |
} |
|
6964 |
|
|
6965 |
|
|
6960 | 6966 |
/* |
6961 | 6967 |
* Special function that is called independent of current config version. It's |
6962 | 6968 |
* a workaround to have config_upgrade running on older versions after next |
Also available in: Unified diff
Bump config version