mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 01:10:40 +00:00
Replace Function logAction() with logAudit()
This commit is contained in:
@@ -129,7 +129,7 @@ if (isset($_POST['code']) && $_POST['state'] == session_id()) {
|
||||
$_SESSION['login_method'] = "azure";
|
||||
|
||||
// Logging
|
||||
logAction("Client Login", "Success", "Client contact $upn successfully logged in via Entra", $client_id, $user_id);
|
||||
logAudit("Client Login", "Success", "Client contact $upn successfully logged in via Entra", $client_id, $user_id);
|
||||
|
||||
header("Location: index.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user