From 48bce3074b47df078b835715be88e9ad78c02d73 Mon Sep 17 00:00:00 2001 From: Tim Coombs Date: Wed, 12 Aug 2015 14:57:00 +1000 Subject: Update Useragent to Win8.1 and FF36 --- inc/poche/Tools.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index 9c748391..e5e150cd 100755 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php @@ -141,7 +141,7 @@ final class Tools public static function getFile($url) { $timeout = 15; - $useragent = "Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0"; + $useragent = "Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0"; if (in_array ('curl', get_loaded_extensions())) { # Fetch feed from URL -- cgit v1.2.3