Fixed where os and browser would return the os and browser of the currently logged in user for every row

This commit is contained in:
johnnyq
2023-01-20 21:27:55 -05:00
parent 67a9a484af
commit 7f3ec8ccda
17 changed files with 25 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ if(!$_SESSION['logged']){
// SESSION FINGERPRINT
$session_ip = strip_tags(mysqli_real_escape_string($mysqli,get_ip()));
$session_os = strip_tags(mysqli_real_escape_string($mysqli,get_os()));
//$session_os = strip_tags(mysqli_real_escape_string($mysqli,get_os()));
// User agent
$session_user_agent = strip_tags(mysqli_real_escape_string($mysqli,$_SERVER['HTTP_USER_AGENT']));