adding logging

This commit is contained in:
jakani24
2024-06-08 20:20:27 +02:00
parent e9e7340e96
commit 444e56d675
13 changed files with 26 additions and 7 deletions

View File

@@ -171,6 +171,7 @@ include "perms_functions.php";
echo '<div class="alert alert-success" role="alert">
User added successfully!
</div>';
log_action("USER::ADD::SUCCESS","User ".$_SESSION["username"]." added another user ($username).",$_SESSION["id"]);
}
}elseif($block==1){
echo '<div class="alert alert-danger" role="alert">