mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
missed a spot in previous
This commit is contained in:
parent
ac99876358
commit
f201d02b6c
@ -157,7 +157,7 @@ function ipsec_interfaces()
|
||||
|
||||
$interfaces = array();
|
||||
|
||||
if (isset($config['ipsec']['phase1']) && isset($config['ipsec']['phase2'])) {
|
||||
if (isset($config['ipsec']['phase1'])) {
|
||||
foreach ($config['ipsec']['phase1'] as $ph1ent) {
|
||||
if (empty($ph1ent['disabled'])) {
|
||||
$oic = array('enable' => true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user