mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 01:58:09 +01:00
Debug v18
This commit is contained in:
@@ -473,9 +473,10 @@ function getBrowserInfo($user_agent)
|
||||
'browsername' => $name,
|
||||
'browserversion' => $version,
|
||||
'browseros' => $os,
|
||||
'layout' => $layout,
|
||||
'phone' => $phone,
|
||||
'tablet' => $tablet
|
||||
'browserua' => $user_agent,
|
||||
'layout' => $layout, // tablet, phone, classic
|
||||
'phone' => $phone, // deprecated
|
||||
'tablet' => $tablet // deprecated
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user