From 362c2ddfb7740106029a8048decb021de4542248 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 11 Oct 2019 12:20:42 -0400 Subject: [PATCH] Update for weather use https --- Toolkit/Weather.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.17.1