1
0

getCurrentPlane.php, getAnthology.php, avionpoeme.php fonctionnels

This commit is contained in:
Daniel Tartavel
2021-03-25 10:26:40 +01:00
parent 56a16aaa69
commit 6dbf315f9f
3 changed files with 34 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
require_once 'log.php';
require_once 'fonctions.inc.php';
$table=array("message", "expeMail", "expeKnown", "expeLang", "destLang", "startLat", "startLon", "startName", "startTime", "StartTZ", "destMail", "destLat", "destLon", "destName", "public", "color", "actual_lat", "actual_lon", "bearing", "deliveryTime", "deliveryTZ", "deliveryTimeServer");
$table=array("message", "expeMail", "expeKnown", "expeLang", "destLang", "startLat", "startLon", "startName", "startTime", "startTZ", "destMail", "destLat", "destLon", "destName", "public", "color", "deliveryTime", "deliveryTZ", "deliveryTimeServer");
$db = new db();
$db->open();