Added Curlopt php5 useragent for weather xml feed.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 29 Oct 2015 13:16:51 +0000 (09:16 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 29 Oct 2015 13:16:51 +0000 (09:16 -0400)
Toolkit/Weather.php

index 5713f9d..1ce4e2e 100755 (executable)
@@ -169,6 +169,7 @@ class Toolkit_Weather
             CURLOPT_TIMEOUT        => 15,
             CURLOPT_CONNECTTIMEOUT => 5,
             CURLOPT_FAILONERROR    => 1,
+            CURLOPT_USERAGENT      => 'php5'
             );
         // start curl object
         $ch = curl_init();