mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Include ipsec.inc here otherwise the global is undefined when called when restoring a config in the GUI.
This commit is contained in:
parent
3ac0284805
commit
2bfa7dbfb4
@ -3651,6 +3651,7 @@ function upgrade_118_to_119() {
|
||||
}
|
||||
|
||||
function upgrade_119_to_120() {
|
||||
require_once("ipsec.inc");
|
||||
global $config, $ipsec_loglevels;
|
||||
|
||||
if (!is_array($config['ipsec'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user