Moved Functions above check login so that check login can use some of the functions, Moved Fingerprinting to check login instead of in functions as its a more appropriate place

This commit is contained in:
johnnyq
2021-12-22 17:24:54 -05:00
parent 610eeca0a1
commit 25b5cb3d40
5 changed files with 34 additions and 88 deletions

View File

@@ -11,6 +11,7 @@ if(!file_exists('config.php')){
<?php
//SESSION FINGERPRINT
$ip = strip_tags(mysqli_real_escape_string($mysqli,get_ip()));
$os = strip_tags(mysqli_real_escape_string($mysqli,get_os()));
$browser = strip_tags(mysqli_real_escape_string($mysqli,get_web_browser()));