init GitHub version "Hermes 1.0b"
This commit is contained in:
parent
abc4fb2c21
commit
1e06ba1042
59 changed files with 380125 additions and 0 deletions
18
pmom.php
Normal file
18
pmom.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @preserve Copyright (c) 2018 T. F. Raaion, www.sublunar.space
|
||||
* License MIT: http://www.opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
header('Content-type: application/json');
|
||||
|
||||
$ts = $_GET['ts'];
|
||||
$lon = $_GET['lon'];
|
||||
$lat = $_GET['lat'];
|
||||
$days = $_GET['days'];
|
||||
|
||||
exec ("lib/sweph/pmom $days $ts $lat $lon", $output);
|
||||
|
||||
echo $output[0];
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue