Skip to content

Commit 1c321d9

Browse files
author
st.jonathan
committed
Changed the URL of the version check to reflect the changes of Gary Keith's servers.
1 parent 970fd29 commit 1c321d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browscap/Browscap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Browscap
9090
* an UPDATE_* constant, null or false.
9191
*/
9292
public $remoteIniUrl = 'http://browsers.garykeith.com/stream.asp?BrowsCapINI';
93-
public $remoteVerUrl = 'http://browsers.garykeith.com/versions/version-date.asp';
93+
public $remoteVerUrl = 'http://updates.browserproject.com/version-date.asp';
9494
public $timeout = 5;
9595
public $updateInterval = 432000; // 5 days
9696
public $errorInterval = 7200; // 2 hours

0 commit comments

Comments
 (0)