mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
fixed with Fabio's assistance
This commit is contained in:
parent
0ccb9f5c0c
commit
3ce891c7d3
4 changed files with 200 additions and 184 deletions
5
curtemp/test.php
Normal file
5
curtemp/test.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
require_once 'getweather.php';
|
||||
$rpt = "KHVN";
|
||||
$wxdata = GetWeather::get($rpt);
|
||||
var_dump($rpt, $wxdata);
|
Loading…
Add table
Add a link
Reference in a new issue