mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
More Audit Logging work, fixed a bunch of small bugs along the way
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
$session_browser = strip_tags(mysqli_real_escape_string($mysqli,get_web_browser()));
|
||||
$session_device = strip_tags(mysqli_real_escape_string($mysqli,get_device()));
|
||||
|
||||
$session_user_agent = "$session_device - $session_os - $session_browser";
|
||||
$session_user_agent = "$session_os - $session_browser";
|
||||
|
||||
$session_user_id = $_SESSION['user_id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user