Skip to content

Commit

Permalink
Fixed WF API Key...
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmaster committed Jun 27, 2019
1 parent cfdbfb8 commit 78731e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wflightning.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php include('settings.php');include('shared.php');date_default_timezone_set($TZ);header('Content-type: text/html; charset=utf-8');error_reporting(0);?>
<body>
<?php
$url2 = 'https://swd.weatherflow.com/swd/rest/observations/station/'.$weatherflowID.'?api_key=5675886d24b02a37107eb5076d5e1d9f';
$url2 = 'https://swd.weatherflow.com/swd/rest/observations/station/'.$weatherflowID.'?api_key=5675886d-24b0-2a37-107e-b5076d5e1d9f';
$ch2 = curl_init($url2);
$filename2 = 'jsondata/weatherflow.txt';
$complete_save_loc2 = $filename2;
Expand Down Expand Up @@ -38,4 +38,4 @@
?><br>
<?php
//weather34 weather34 last detect
echo "<spanfeelstitle>Last Detected: <orange> ".date('jS M H:i',$weatherflow['lastlightningtime'])." </orange> ";?></div>
echo "<spanfeelstitle>Last Detected: <orange> ".date('jS M H:i',$weatherflow['lastlightningtime'])." </orange> ";?></div>

0 comments on commit 78731e7

Please sign in to comment.