added moment calculation for epoch timestamp
This commit is contained in:
parent
bee7db499f
commit
1bd41ab42a
2 changed files with 67 additions and 41 deletions
2
pmom.php
2
pmom.php
|
|
@ -12,7 +12,7 @@ $lon = $_GET['lon'];
|
|||
$lat = $_GET['lat'];
|
||||
$days = $_GET['days'];
|
||||
|
||||
exec ("lib/sweph/pmom $days $ts $lat $lon", $output);
|
||||
exec ("lib/sweph/pmom $days $ts $lat $lon $moment", $output);
|
||||
|
||||
echo $output[0];
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue