From: Steve Sutton Date: Fri, 11 Oct 2019 16:20:42 +0000 (-0400) Subject: Update for weather X-Git-Tag: v1.0.16^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=362c2ddfb7740106029a8048decb021de4542248;p=web%2FCedarvilleMarine.git Update for weather use https --- diff --git a/Toolkit/Weather.php b/Toolkit/Weather.php index fb76d0c..b201983 100755 --- a/Toolkit/Weather.php +++ b/Toolkit/Weather.php @@ -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(