mirror of
https://github.com/itflow-org/itflow
synced 2026-07-25 17:57:14 +00:00
Replace Function logAction() with logAudit()
This commit is contained in:
@@ -11,7 +11,7 @@ if (isset($_POST['edit_identity_provider'])) {
|
||||
|
||||
mysqli_query($mysqli,"UPDATE settings SET config_azure_client_id = '$azure_client_id', config_azure_client_secret = '$azure_client_secret' WHERE company_id = 1");
|
||||
|
||||
logAction("Settings", "Edit", "$session_name edited identity provider settings");
|
||||
logAudit("Settings", "Edit", "$session_name edited identity provider settings");
|
||||
|
||||
flash_alert("Identity Provider Settings updated");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user