This commit is contained in:
jakani24
2024-04-04 20:48:10 +02:00
parent e7fe841654
commit 2e0c42c51e
2 changed files with 21 additions and 217 deletions

View File

@@ -191,9 +191,6 @@ try {
$_SESSION['registrations'][] = $data;
$msg = 'registration success.';
if ($data->rootValid === false) {
$msg = 'registration ok, but certificate does not match any of the selected root ca.';
}
$return = new stdClass();
$return->success = true;