Skip to content

Commit 7850747

Browse files
authored
Update useragent.class.php
1 parent 2fd432d commit 7850747

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

useragent.class.php

+23-23
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ class UserAgent {
4646
'/konqueror/i' => 'Konqueror'
4747
);
4848
public $isps = array(
49-
'/virgin media/i' => 'Virgin Media',
49+
'/virgin media/i' => 'Virgin Media',
5050
'/bt|british telecom|britishtelecom/i' => 'BT', // confirmed
51-
'/talktalk/i' => 'TalkTalk',
52-
'/skybroadband|sky/i' => 'Sky Broadband', // confirmed
53-
'/plusnet/i' => 'Plusnet',
54-
'/three/i' => 'Three',
55-
'/ee/i' => 'EE',
56-
'/nowtv| now tv/i' => 'Now TV',
57-
'/xlnbroadband|xln broadband/i' => 'XLN Broadband',
58-
'/vodafone/i' => 'Vodafone',
59-
'/sse/i' => 'SSE',
60-
'/postoffice|post office/i' => 'Post Office',
61-
'/vondage/i' => 'Vondage',
62-
'/johnlewis|john lewis/i' => 'John Lewis',
63-
'/tmobile|t mobile|t-mobile/i' => 'T-Mobile',
64-
'/orange/i' => 'Orange',
65-
'/tesco/i' => 'Tesco',
66-
'/tiscali/i' => 'Tiscali',
67-
'/aol/i' => 'AOL',
68-
'/tentel/i' => 'TenTel',
69-
'/myvzw/i' => 'Verizon Trademark Services LLC',
70-
'/verizon/i' => 'Verizon'
71-
);
51+
'/talktalk/i' => 'TalkTalk',
52+
'/skybroadband|sky/i' => 'Sky Broadband', // confirmed
53+
'/plusnet/i' => 'Plusnet',
54+
'/three/i' => 'Three',
55+
'/ee/i' => 'EE',
56+
'/nowtv| now tv/i' => 'Now TV',
57+
'/xlnbroadband|xln broadband/i' => 'XLN Broadband',
58+
'/vodafone/i' => 'Vodafone',
59+
'/sse/i' => 'SSE',
60+
'/postoffice|post office/i' => 'Post Office',
61+
'/vondage/i' => 'Vondage',
62+
'/johnlewis|john lewis/i' => 'John Lewis',
63+
'/tmobile|t mobile|t-mobile/i' => 'T-Mobile',
64+
'/orange/i' => 'Orange',
65+
'/tesco/i' => 'Tesco',
66+
'/tiscali/i' => 'Tiscali',
67+
'/aol/i' => 'AOL',
68+
'/tentel/i' => 'TenTel',
69+
'/myvzw/i' => 'Verizon Trademark Services LLC',
70+
'/verizon/i' => 'Verizon'
71+
);
7272
public $os_platform = "OS Platform not Detected.";
7373
public $browser = "Browser not Detected.";
7474
public $isp = "ISP Not Detected.";
@@ -200,4 +200,4 @@ public function user_agent(){
200200
return $this->user_agent;
201201
}
202202
}
203-
?>
203+
?>

0 commit comments

Comments
 (0)