projects
/
web
/
CedarvilleMarine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca9c8a
)
Update for weather
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Oct 2019 16:20:42 +0000
(12:20 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 11 Oct 2019 16:20:42 +0000
(12:20 -0400)
use https
Toolkit/Weather.php
patch
|
blob
|
history
diff --git
a/Toolkit/Weather.php
b/Toolkit/Weather.php
index
fb76d0c
..
b201983
100755
(executable)
--- 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 = 'http
s
://w1.weather.gov/xml/current_obs/'
.$this->_stationId.'.xml';
// Curl Options used for connection
$curlOptions = array(