mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
whitespace
This commit is contained in:
parent
e7d04751c9
commit
b82e54fb2f
@ -334,9 +334,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
foreach ($config['cert'] as $cert) {
|
||||
if ($cert['refid'] == $pconfig['certref']) {
|
||||
if (cert_get_purpose($cert['crt'])['server'] == 'No') {
|
||||
$input_errors[] = gettext(
|
||||
$input_errors[] = gettext(
|
||||
sprintf("certificate %s is not intended for server use", $cert['descr'])
|
||||
);
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user