Hide Full User Agent string from Logs

This commit is contained in:
johnnyq
2023-01-21 14:26:19 -05:00
parent e9d0a709df
commit 144697ccc0
2 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ function get_ip() {
}
function get_web_browser($user_browser) {
//$user_agent = $log_user_agent;
$browser = "Unknown Browser";
$browser_array = array(
'/msie/i' => "<i class='fab fa-fw fa-internet-explorer text-secondary'></i> Internet Explorer",