Debug v18

This commit is contained in:
Laurent Destailleur
2023-07-02 16:51:18 +02:00
parent b4a5a326d9
commit af1b15eba5
5 changed files with 12 additions and 6 deletions

View File

@@ -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
);
}