mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops add missing curly
This commit is contained in:
parent
54ab1bdcaa
commit
37656b1015
@ -632,7 +632,7 @@ EOD;
|
||||
$authentication .= "leftauth=pubkey\n\trightauth=eap-tls";
|
||||
if (!empty($ph1ent['certref']))
|
||||
$authentication .= "\n\tleftcert={$certpath}/cert-{$ph1ent['ikeid']}.crt";
|
||||
} else
|
||||
} else {
|
||||
$authentication = "leftauth=eap-tls\n\trightauth=eap-tls";
|
||||
if (!empty($ph1ent['certref']))
|
||||
$authentication .= "\n\tleftcert={$certpath}/cert-{$ph1ent['ikeid']}.crt";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user