Fix Mispelling causing Adding new certificate to break

This commit is contained in:
johnnyq 2025-09-09 12:50:27 -04:00
parent c26ce4b7dc
commit 88475a2b76
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if (isset($_POST['add_certificate'])) {
logAction("Certificate", "Create", "$session_name created certificate $name", $client_id, $certificate_id);
flash_aletr("Certificate <strong>$name</strong> created");
flash_alert("Certificate <strong>$name</strong> created");
redirect();