1
0

need to sometimes commit :-)

This commit is contained in:
Daniel Tartavel
2021-03-29 21:50:41 +02:00
parent 09066ff059
commit 6a48817267
4 changed files with 100 additions and 21 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", "deliveryTime", "deliveryTZ", "deliveryTimeServer");
$table=array("message", "expeMail", "expeKnown", "expeLang", "destLang", "startLat", "startLon", "startName", "startTime", "startTZ", "destMail", "destLat", "destLon", "destName", "public", "color", "deliveryTime", "deliveryTZ", "deliveryTimeServer", "deliveryMethod");
$db = new db();
$db->open();