Update for weather
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Oct 2019 16:20:42 +0000 (12:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 11 Oct 2019 16:20:42 +0000 (12:20 -0400)
use https

Toolkit/Weather.php

index fb76d0c..b201983 100755 (executable)
@@ -159,7 +159,7 @@ class Toolkit_Weather
     {
         // the NOAA xml feed url to be used
         // from the _stationId
-        $feed_url = 'http://w1.weather.gov/xml/current_obs/'
+        $feed_url = 'https://w1.weather.gov/xml/current_obs/'
             .$this->_stationId.'.xml';
         // Curl Options used for connection
         $curlOptions = array(