mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
PPTP upgrade needs to declare $config a global.
This commit is contained in:
parent
6bc32273fe
commit
f33030aa5a
@ -2602,6 +2602,7 @@ function upgrade_076_to_077() {
|
||||
}
|
||||
|
||||
function upgrade_077_to_078() {
|
||||
global $config;
|
||||
if (is_array($config['pptpd']) && is_array($config['pptpd']['radius'])
|
||||
&& !is_array($config['pptpd']['radius']['server'])) {
|
||||
$radarr = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user