mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
More Audit Logging work, fixed a bunch of small bugs along the way
This commit is contained in:
@@ -15,9 +15,9 @@ if(!file_exists('config.php')){
|
||||
$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()));
|
||||
$device = strip_tags(mysqli_real_escape_string($mysqli,get_device()));
|
||||
//$device = strip_tags(mysqli_real_escape_string($mysqli,get_device()));
|
||||
|
||||
$user_agent = "$device - $os - $browser";
|
||||
$user_agent = "$os - $browser";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user