mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Started adding IP and User agent to audit logs, log when a user logs out, Merged logout into post.php
This commit is contained in:
@@ -282,4 +282,10 @@ function formatPhoneNumber($phoneNumber) {
|
||||
return $phoneNumber;
|
||||
}
|
||||
|
||||
//SESSION FINGERPRINT
|
||||
$session_ip = get_ip();
|
||||
$session_os = get_os();
|
||||
$session_browser = get_web_browser();
|
||||
$session_device = get_device();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user