mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update functions.php
This commit is contained in:
@@ -867,7 +867,7 @@ function format_string ($format, $data) {
|
||||
$user_agent = $_SERVER['HTTP_USER_AGENT'];
|
||||
$browser_name = 'Unknown';
|
||||
$platform = 'Unknown';
|
||||
$version= '';
|
||||
$version = '';
|
||||
$mobile = 'false';
|
||||
|
||||
//get the platform
|
||||
@@ -955,7 +955,7 @@ function format_string ($format, $data) {
|
||||
'name' => $browser_name,
|
||||
'version' => $version,
|
||||
'platform' => $platform,
|
||||
'mobile' => $true,
|
||||
'mobile' => $mobile,
|
||||
'pattern' => $pattern
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user