mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
whitespace
This commit is contained in:
parent
82c869df89
commit
1b9db2bf7d
@ -1263,11 +1263,11 @@ EOD;
|
||||
if (!empty($ph1ent['caref'])) {
|
||||
$ca = lookup_ca($ph1ent['caref']);
|
||||
if (!empty($ca)) {
|
||||
$rightca = "";
|
||||
$rightca = "";
|
||||
foreach (cert_get_subject_array($ca['crt']) as $ca_field) {
|
||||
$rightca .= "{$ca_field['a']}={$ca_field['v']}/";
|
||||
}
|
||||
$authentication .= "\n\trightca = \"/$rightca\"";
|
||||
$authentication .= "\n\trightca = \"/$rightca\"";
|
||||
}
|
||||
}
|
||||
$left_spec = $ep;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user