added moment calculation for epoch timestamp

This commit is contained in:
Sublunar Space 2020-05-21 19:04:28 +02:00
parent bee7db499f
commit 1bd41ab42a
2 changed files with 67 additions and 41 deletions

View file

@ -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];
?>