File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class UserAgent {
34
34
'/ubuntu/i ' => 'Ubuntu ' ,
35
35
'/blackberry/i ' => 'BlackBerry ' ,
36
36
'/webos/i ' => 'Mobile '
37
- );
37
+ );
38
38
public $ browser_array = array (
39
39
'/mobile/i ' => 'Handheld Browser ' ,
40
40
'/msie/i ' => 'Internet Explorer ' ,
@@ -46,7 +46,7 @@ class UserAgent {
46
46
'/netscape/i ' => 'Netscape ' ,
47
47
'/maxthon/i ' => 'Maxthon ' ,
48
48
'/konqueror/i ' => 'Konqueror '
49
- );
49
+ );
50
50
public $ isps = array (
51
51
'/virgin media/i ' => 'Virgin Media ' ,
52
52
'/bt|british telecom|britishtelecom/i ' => 'BT ' , // confirmed
@@ -70,7 +70,7 @@ class UserAgent {
70
70
'/tentel/i ' => 'TenTel ' ,
71
71
'/myvzw/i ' => 'Verizon Trademark Services LLC ' ,
72
72
'/verizon/i ' => 'Verizon '
73
- );
73
+ );
74
74
public $ os_platform = "OS Platform not Detected. " ;
75
75
public $ browser = "Browser not Detected. " ;
76
76
public $ isp = "ISP Not Detected. " ;
You can’t perform that action at this time.
0 commit comments