mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Hide Full User Agent string from Logs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user