Added curlopt php5 useragent for weather xml feed.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 29 Oct 2015 12:49:59 +0000 (08:49 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 29 Oct 2015 12:49:59 +0000 (08:49 -0400)
Toolkit/Weather.php

index 368be2f..a9927bd 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();