Added Audit Log on Edit Credential Modal as password can be viewed here

This commit is contained in:
johnnyq
2026-07-15 21:13:07 -04:00
parent 7c9bd77603
commit 2076bb2a93

View File

@@ -36,8 +36,10 @@ while ($row = mysqli_fetch_assoc($sql_credential_tags)) {
enforceClientAccess();
// Generate the HTML form content using output buffering.
logAudit("Credential", "View", "$session_name viewed credential $credential_name (edit)", $client_id, $credential_id);
ob_start();
?>
<div class="modal-header bg-dark">